Interface RTCRtpCodecCapability


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

    • create

      @JsOverlay static RTCRtpCodecCapability create()
    • getChannels

      @JsProperty int getChannels()
    • getClockRate

      @JsProperty int getClockRate()
    • getMimeType

      @JsProperty String getMimeType()
    • getSdpFmtpLine

      @JsProperty String getSdpFmtpLine()
    • setChannels

      @JsProperty void setChannels(int channels)
    • setClockRate

      @JsProperty void setClockRate(int clockRate)
    • setMimeType

      @JsProperty void setMimeType(String mimeType)
    • setSdpFmtpLine

      @JsProperty void setSdpFmtpLine(String sdpFmtpLine)