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