@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(WebCodecsErrorCallback error,
VideoFrameOutputCallback output) |
WebCodecsErrorCallback |
error() |
VideoFrameOutputCallback |
output() |
void |
setError(WebCodecsErrorCallback error) |
void |
setOutput(VideoFrameOutputCallback output) |
@JsOverlay @Nonnull static VideoDecoderInit.Builder create(@Nonnull WebCodecsErrorCallback error, @Nonnull VideoFrameOutputCallback output)
@JsProperty(name="error") @Nonnull WebCodecsErrorCallback error()
@JsProperty
void setError(@Nonnull
WebCodecsErrorCallback error)
@JsProperty(name="output") @Nonnull VideoFrameOutputCallback output()
@JsProperty
void setOutput(@Nonnull
VideoFrameOutputCallback output)