The τ Player API
isDecoderSupported()
isDecoderSupported()
isDecoderSupported()
Dart API: isDecoderSupported().
This verb is useful to know if a particular codec is supported on the current platform. Returns a Future.
Example:
if ( await myPlayer.isDecoderSupported(Codec.opusOGG) ) doSomething;
Lorem ipsum ...
</div>
Last updated
Was this helpful?