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