@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface VideoDecoderInit
| Modifier and Type | Interface and Description |
|---|---|
static interface |
VideoDecoderInit.Builder |
| Modifier and Type | Method and Description |
|---|---|
static VideoDecoderInit.Builder |
create(VideoFrameOutputCallback output,
WebCodecsErrorCallback error) |
@JsNonNull WebCodecsErrorCallback |
error() |
@JsNonNull VideoFrameOutputCallback |
output() |
void |
setError(@JsNonNull WebCodecsErrorCallback error) |
void |
setOutput(@JsNonNull VideoFrameOutputCallback output) |
@JsOverlay @Nonnull static VideoDecoderInit.Builder create(@Nonnull VideoFrameOutputCallback output, @Nonnull WebCodecsErrorCallback error)
@JsProperty(name="output") @JsNonNull VideoFrameOutputCallback output()
@JsProperty void setOutput(@JsNonNull VideoFrameOutputCallback output)
@JsProperty(name="error") @JsNonNull WebCodecsErrorCallback error()
@JsProperty void setError(@JsNonNull WebCodecsErrorCallback error)