Functions
Link copied to clipboard
inline suspend fun AudioDecoder.Companion.isConfigSupported(config: AudioDecoderConfig): AudioDecoderSupport
The isConfigSupported()
static method of the AudioDecoder interface checks if the given config is supported (that is, if AudioDecoder objects can be successfully configured with the given config).
Link copied to clipboard
The isConfigSupported()
static method of the AudioDecoder interface checks if the given config is supported (that is, if AudioDecoder objects can be successfully configured with the given config).