@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="AudioDecoder")
public class AudioDecoder
extends JsObject
| Constructor and Description |
|---|
AudioDecoder(AudioDecoderInit init) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
configure(AudioDecoderConfig config) |
void |
decode(EncodedAudioChunk chunk) |
int |
decodeQueueSize() |
Promise<java.lang.Void> |
flush() |
static Promise<AudioDecoderSupport> |
isConfigSupported(AudioDecoderConfig config) |
void |
reset() |
java.lang.String |
state() |
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 AudioDecoder(@Nonnull
AudioDecoderInit init)
@JsProperty(name="decodeQueueSize") public int decodeQueueSize()
@JsProperty(name="state") @Nonnull @CodecState public java.lang.String state()
@Nonnull public static Promise<AudioDecoderSupport> isConfigSupported(@Nonnull AudioDecoderConfig config)
public void close()
public void configure(@Nonnull
AudioDecoderConfig config)
public void decode(@Nonnull
EncodedAudioChunk chunk)
@Nonnull public Promise<java.lang.Void> flush()
public void reset()