@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface EncodedAudioChunkMetadata
| Modifier and Type | Interface and Description |
|---|---|
static interface |
EncodedAudioChunkMetadata.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EncodedAudioChunkMetadata.Builder |
create() |
AudioDecoderConfig |
decoderConfig() |
void |
setDecoderConfig(AudioDecoderConfig decoderConfig) |
@JsOverlay @Nonnull static EncodedAudioChunkMetadata.Builder create()
@JsProperty(name="decoderConfig") AudioDecoderConfig decoderConfig()
@JsProperty
void setDecoderConfig(@Nonnull
AudioDecoderConfig decoderConfig)