@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface EncodedVideoChunkMetadata
| Modifier and Type | Interface and Description |
|---|---|
static interface |
EncodedVideoChunkMetadata.Builder |
| Modifier and Type | Method and Description |
|---|---|
BufferSource |
alphaSideData() |
static EncodedVideoChunkMetadata.Builder |
create() |
VideoDecoderConfig |
decoderConfig() |
void |
setAlphaSideData(@JsNonNull BufferSource alphaSideData) |
void |
setDecoderConfig(@JsNonNull VideoDecoderConfig decoderConfig) |
void |
setSvc(@JsNonNull SvcOutputMetadata svc) |
SvcOutputMetadata |
svc() |
@JsOverlay @Nonnull static EncodedVideoChunkMetadata.Builder create()
@JsProperty(name="alphaSideData") BufferSource alphaSideData()
@JsProperty void setAlphaSideData(@JsNonNull BufferSource alphaSideData)
@JsProperty(name="decoderConfig") VideoDecoderConfig decoderConfig()
@JsProperty void setDecoderConfig(@JsNonNull VideoDecoderConfig decoderConfig)
@JsProperty(name="svc") SvcOutputMetadata svc()
@JsProperty void setSvc(@JsNonNull SvcOutputMetadata svc)