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