@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="EncodedVideoChunkInit")
public interface EncodedVideoChunkInit
| Modifier and Type | Interface and Description |
|---|---|
static interface |
EncodedVideoChunkInit.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EncodedVideoChunkInit.Builder |
create(BufferSource data,
int timestamp,
java.lang.String type) |
BufferSource |
data() |
int |
duration() |
void |
setData(BufferSource data) |
void |
setDuration(int duration) |
void |
setTimestamp(int timestamp) |
void |
setType(java.lang.String type) |
int |
timestamp() |
java.lang.String |
type() |
@JsOverlay @Nonnull static EncodedVideoChunkInit.Builder create(@Nonnull BufferSource data, int timestamp, @EncodedVideoChunkType @Nonnull java.lang.String type)
@JsProperty(name="data") @Nonnull BufferSource data()
@JsProperty
void setData(@Nonnull
BufferSource data)
@JsProperty(name="duration") int duration()
@JsProperty void setDuration(int duration)
@JsProperty(name="timestamp") int timestamp()
@JsProperty void setTimestamp(int timestamp)
@JsProperty(name="type") @EncodedVideoChunkType @Nonnull java.lang.String type()
@JsProperty void setType(@EncodedVideoChunkType @Nonnull java.lang.String type)