hasAudioEncoder property

bool get hasAudioEncoder

True when the WebCodecs AudioEncoder API is present.

Implementation

static bool get hasAudioEncoder {
  final v = _audioEncoderCtor;
  return v != null && !v.isUndefined;
}