@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="VideoDecoder")
public class VideoDecoder
extends JsObject
| Constructor and Description |
|---|
VideoDecoder(VideoDecoderInit init) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
configure(VideoDecoderConfig config) |
void |
decode(EncodedVideoChunk chunk) |
int |
decodeQueueSize() |
Promise<java.lang.Void> |
flush() |
static Promise<VideoDecoderSupport> |
isConfigSupported(VideoDecoderConfig config) |
void |
reset() |
java.lang.String |
state() |
assign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, is, isExtensible, isFrozen, isSealed, keys, preventExtensions, seal, setPrototypeOf, valueOf_, valuespublic VideoDecoder(@Nonnull
VideoDecoderInit init)
@JsProperty(name="decodeQueueSize") public int decodeQueueSize()
@JsProperty(name="state") @Nonnull @CodecState public java.lang.String state()
@Nonnull public static Promise<VideoDecoderSupport> isConfigSupported(@Nonnull VideoDecoderConfig config)
public void close()
public void configure(@Nonnull
VideoDecoderConfig config)
public void decode(@Nonnull
EncodedVideoChunk chunk)
@Nonnull public Promise<java.lang.Void> flush()
public void reset()