Interface RTCRtpCodecParameters


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

    • create

      @JsOverlay static RTCRtpCodecParameters create()
    • getChannels

      @JsProperty double getChannels()
    • getClockRate

      @JsProperty double getClockRate()
    • getCname

      @JsProperty double getCname()
    • getMimeType

      @JsProperty String getMimeType()
    • getSdpFmtpLine

      @JsProperty String getSdpFmtpLine()
    • setChannels

      @JsProperty void setChannels(double channels)
    • setClockRate

      @JsProperty void setClockRate(double clockRate)
    • setCname

      @JsProperty void setCname(double cname)
    • setMimeType

      @JsProperty void setMimeType(String mimeType)
    • setSdpFmtpLine

      @JsProperty void setSdpFmtpLine(String sdpFmtpLine)