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