@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface AudioDecoderSupport
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AudioDecoderSupport.Builder |
| Modifier and Type | Method and Description |
|---|---|
AudioDecoderConfig |
config() |
static AudioDecoderSupport.Builder |
create() |
void |
setConfig(@JsNonNull AudioDecoderConfig config) |
void |
setSupported(boolean supported) |
boolean |
supported() |
@JsOverlay @Nonnull static AudioDecoderSupport.Builder create()
@JsProperty(name="config") AudioDecoderConfig config()
@JsProperty void setConfig(@JsNonNull AudioDecoderConfig config)
@JsProperty(name="supported") boolean supported()
@JsProperty void setSupported(boolean supported)