@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="EncodedVideoChunkMetadata")
public interface EncodedVideoChunkMetadata
| Modifier and Type | Interface and Description |
|---|---|
static interface |
EncodedVideoChunkMetadata.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EncodedVideoChunkMetadata.Builder |
create() |
VideoDecoderConfig |
decoderConfig() |
void |
setDecoderConfig(VideoDecoderConfig decoderConfig) |
void |
setTemporalLayerId(int temporalLayerId) |
int |
temporalLayerId() |
@JsOverlay @Nonnull static EncodedVideoChunkMetadata.Builder create()
@JsProperty(name="decoderConfig") VideoDecoderConfig decoderConfig()
@JsProperty
void setDecoderConfig(@Nonnull
VideoDecoderConfig decoderConfig)
@JsProperty(name="temporalLayerId") int temporalLayerId()
@JsProperty void setTemporalLayerId(int temporalLayerId)