@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public static interface RTCCodecStats.Builder
extends RTCCodecStats
RTCCodecStats.Builder| Modifier and Type | Method and Description |
|---|---|
default RTCCodecStats.Builder |
channels(int channels) |
default RTCCodecStats.Builder |
clockRate(int clockRate) |
default RTCCodecStats.Builder |
codecType(java.lang.String codecType) |
default RTCCodecStats.Builder |
id(java.lang.String id)
The id property of the RTCStats dictionary is a string which uniquely identifies the object for which this RTCStats object provides statistics.
|
default RTCCodecStats.Builder |
implementation(java.lang.String implementation) |
default RTCCodecStats.Builder |
mimeType(java.lang.String mimeType) |
default RTCCodecStats.Builder |
payloadType(int payloadType) |
default RTCCodecStats.Builder |
sdpFmtpLine(java.lang.String sdpFmtpLine) |
default RTCCodecStats.Builder |
timestamp(double timestamp)
The timestamp property of the RTCStats dictionary is a DOMHighResTimeStamp object specifying the time at which the data in the object was sampled.
|
default RTCCodecStats.Builder |
transportId(java.lang.String transportId) |
default RTCCodecStats.Builder |
type(java.lang.String type)
The RTCStats dictionary's property type is a string which specifies the type of statistic represented by the object, where the permitted values are drawn from the enum type RTCStatsType.
|
channels, clockRate, codecType, create, implementation, mimeType, payloadType, sdpFmtpLine, setChannels, setClockRate, setCodecType, setImplementation, setMimeType, setPayloadType, setSdpFmtpLine, setTransportId, transportId@JsOverlay @Nonnull default RTCCodecStats.Builder channels(int channels)
@JsOverlay @Nonnull default RTCCodecStats.Builder clockRate(int clockRate)
@JsOverlay @Nonnull default RTCCodecStats.Builder codecType(@RTCCodecType @Nonnull java.lang.String codecType)
@JsOverlay @Nonnull default RTCCodecStats.Builder mimeType(@Nonnull java.lang.String mimeType)
@JsOverlay @Nonnull default RTCCodecStats.Builder payloadType(int payloadType)
@JsOverlay @Nonnull default RTCCodecStats.Builder sdpFmtpLine(@Nonnull java.lang.String sdpFmtpLine)
@JsOverlay @Nonnull default RTCCodecStats.Builder transportId(@Nonnull java.lang.String transportId)
@JsOverlay @Nonnull default RTCCodecStats.Builder implementation(@Nonnull java.lang.String implementation)
@JsOverlay @Nonnull default RTCCodecStats.Builder timestamp(double timestamp)
@JsOverlay @Nonnull default RTCCodecStats.Builder type(@RTCStatsType @Nonnull java.lang.String type)
@JsOverlay @Nonnull default RTCCodecStats.Builder id(@Nonnull java.lang.String id)