Interface RTCRtpCodecCapability


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

      • getChannels

        @JsProperty
        int getChannels()
      • getClockRate

        @JsProperty
        int getClockRate()
      • getMimeType

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

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

        @JsProperty
        void setChannels​(int channels)
      • setClockRate

        @JsProperty
        void setClockRate​(int clockRate)
      • setMimeType

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

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