Interface RTCRtpStreamStats

All Superinterfaces:
RTCStats
All Known Subinterfaces:
RTCInboundRtpStreamStats, RTCOutboundRtpStreamStats, RTCReceivedRtpStreamStats, RTCRemoteInboundRtpStreamStats, RTCRemoteOutboundRtpStreamStats, RTCSentRtpStreamStats

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

    • getCodecId

      @JsProperty String getCodecId()
    • getKind

      @JsProperty String getKind()
    • getMediaType

      @JsProperty String getMediaType()
    • getSsrc

      @JsProperty int getSsrc()
    • getTransportId

      @JsProperty String getTransportId()