@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="ImageDecoder")
public class ImageDecoder
extends JsObject
| Constructor and Description |
|---|
ImageDecoder(ImageDecoderInit init) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
complete() |
Promise<java.lang.Void> |
completed() |
Promise<ImageDecodeResult> |
decode() |
Promise<ImageDecodeResult> |
decode(ImageDecodeOptions options) |
static Promise<java.lang.Boolean> |
isTypeSupported(java.lang.String type) |
void |
reset() |
ImageTrackList |
tracks() |
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 ImageDecoder(@Nonnull
ImageDecoderInit init)
@JsProperty(name="complete") public boolean complete()
@JsProperty(name="completed") @Nonnull public Promise<java.lang.Void> completed()
@JsProperty(name="tracks") @Nonnull public ImageTrackList tracks()
@Nonnull public static Promise<java.lang.Boolean> isTypeSupported(@Nonnull java.lang.String type)
public void close()
@Nonnull public Promise<ImageDecodeResult> decode(@Nonnull ImageDecodeOptions options)
@Nonnull public Promise<ImageDecodeResult> decode()
public void reset()