| Modifier and Type | Method and Description |
|---|---|
int |
channels() |
default RTCCodecStats |
channels(int channels) |
int |
clockRate() |
default RTCCodecStats |
clockRate(int clockRate) |
java.lang.String |
codecType() |
default RTCCodecStats |
codecType(java.lang.String codecType) |
static RTCCodecStats |
create(java.lang.String id,
double timestamp,
java.lang.String type,
java.lang.String mimeType,
int payloadType,
java.lang.String transportId) |
default RTCCodecStats |
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.
|
java.lang.String |
implementation() |
default RTCCodecStats |
implementation(java.lang.String implementation) |
java.lang.String |
mimeType() |
default RTCCodecStats |
mimeType(java.lang.String mimeType) |
int |
payloadType() |
default RTCCodecStats |
payloadType(int payloadType) |
java.lang.String |
sdpFmtpLine() |
default RTCCodecStats |
sdpFmtpLine(java.lang.String sdpFmtpLine) |
void |
setChannels(int channels) |
void |
setClockRate(int clockRate) |
void |
setCodecType(java.lang.String codecType) |
void |
setImplementation(java.lang.String implementation) |
void |
setMimeType(java.lang.String mimeType) |
void |
setPayloadType(int payloadType) |
void |
setSdpFmtpLine(java.lang.String sdpFmtpLine) |
void |
setTransportId(java.lang.String transportId) |
default RTCCodecStats |
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.
|
java.lang.String |
transportId() |
default RTCCodecStats |
transportId(java.lang.String transportId) |
default RTCCodecStats |
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.
|
@JsOverlay @Nonnull static RTCCodecStats create(@Nonnull java.lang.String id, double timestamp, @RTCStatsType @Nonnull java.lang.String type, @Nonnull java.lang.String mimeType, int payloadType, @Nonnull java.lang.String transportId)
@JsProperty(name="channels") int channels()
@JsProperty void setChannels(int channels)
@JsOverlay @Nonnull default RTCCodecStats channels(int channels)
@JsProperty(name="clockRate") int clockRate()
@JsProperty void setClockRate(int clockRate)
@JsOverlay @Nonnull default RTCCodecStats clockRate(int clockRate)
@JsProperty(name="codecType") @RTCCodecType java.lang.String codecType()
@JsProperty void setCodecType(@RTCCodecType @Nonnull java.lang.String codecType)
@JsOverlay @Nonnull default RTCCodecStats codecType(@RTCCodecType @Nonnull java.lang.String codecType)
@JsProperty(name="mimeType") @Nonnull java.lang.String mimeType()
@JsProperty
void setMimeType(@Nonnull
java.lang.String mimeType)
@JsOverlay @Nonnull default RTCCodecStats mimeType(@Nonnull java.lang.String mimeType)
@JsProperty(name="payloadType") int payloadType()
@JsProperty void setPayloadType(int payloadType)
@JsOverlay @Nonnull default RTCCodecStats payloadType(int payloadType)
@JsProperty(name="sdpFmtpLine") java.lang.String sdpFmtpLine()
@JsProperty
void setSdpFmtpLine(@Nonnull
java.lang.String sdpFmtpLine)
@JsOverlay @Nonnull default RTCCodecStats sdpFmtpLine(@Nonnull java.lang.String sdpFmtpLine)
@JsProperty(name="transportId") @Nonnull java.lang.String transportId()
@JsProperty
void setTransportId(@Nonnull
java.lang.String transportId)
@JsOverlay @Nonnull default RTCCodecStats transportId(@Nonnull java.lang.String transportId)
@JsProperty(name="implementation") java.lang.String implementation()
@JsProperty
void setImplementation(@Nonnull
java.lang.String implementation)
@JsOverlay @Nonnull default RTCCodecStats implementation(@Nonnull java.lang.String implementation)
@JsOverlay @Nonnull default RTCCodecStats id(@Nonnull java.lang.String id)
id in interface RTCStats@JsOverlay @Nonnull default RTCCodecStats timestamp(double timestamp)
timestamp in interface RTCStats@JsOverlay @Nonnull default RTCCodecStats type(@RTCStatsType @Nonnull java.lang.String type)
type in interface RTCStats