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