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