hasVideoDecoder property
bool
get
hasVideoDecoder
True when the WebCodecs VideoDecoder API is present.
Implementation
static bool get hasVideoDecoder {
final v = _videoDecoderCtor;
return v != null && !v.isUndefined;
}