Interface RTCRtpCodecParameters


  • @JsType(isNative=true,
            namespace="<global>")
    public interface RTCRtpCodecParameters
    • Method Detail

      • getChannels

        @JsProperty
        double getChannels()
      • getClockRate

        @JsProperty
        double getClockRate()
      • getCname

        @JsProperty
        double getCname()
      • getMimeType

        @JsProperty
        java.lang.String getMimeType()
      • getSdpFmtpLine

        @JsProperty
        java.lang.String getSdpFmtpLine()
      • setChannels

        @JsProperty
        void setChannels​(double channels)
      • setClockRate

        @JsProperty
        void setClockRate​(double clockRate)
      • setCname

        @JsProperty
        void setCname​(double cname)
      • setMimeType

        @JsProperty
        void setMimeType​(java.lang.String mimeType)
      • setSdpFmtpLine

        @JsProperty
        void setSdpFmtpLine​(java.lang.String sdpFmtpLine)