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