@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="EncodedVideoChunk")
public class EncodedVideoChunk
extends JsObject
| Constructor and Description |
|---|
EncodedVideoChunk(EncodedVideoChunkInit init) |
| Modifier and Type | Method and Description |
|---|---|
int |
byteLength() |
void |
copyTo(BufferSource destination) |
java.lang.Double |
duration() |
int |
timestamp() |
java.lang.String |
type() |
assign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toString_, valueOf_, valuespublic EncodedVideoChunk(@Nonnull
EncodedVideoChunkInit init)
@JsProperty(name="byteLength") public int byteLength()
@JsProperty(name="duration") @Nullable public java.lang.Double duration()
@JsProperty(name="timestamp") public int timestamp()
@JsProperty(name="type") @Nonnull @EncodedVideoChunkType public java.lang.String type()
public void copyTo(@Nonnull
BufferSource destination)