AudioDecoderSupport constructor

AudioDecoderSupport({
  1. bool? supported,
  2. AudioDecoderConfig? config,
})

Implementation

external factory AudioDecoderSupport(
    {bool? supported, AudioDecoderConfig? config});