Audio

object Audio

Properties

Link copied to clipboard

Get the name of all audio encoders

Link copied to clipboard

Get supported audio encoders list

Functions

Link copied to clipboard
fun getBitrateRange(mimeType: String): Range<Int>

Get audio encoder supported bitrate for the default audio encoder.

fun getBitrateRange(mimeType: String, name: String): Range<Int>

Get audio encoder supported bitrate for the specified audio encoder.

Link copied to clipboard

Get maximum supported number of channel for the default audio encoder.

fun getInputChannelRange(mimeType: String, name: String): Range<Int>

Get maximum supported number of channel for the specified audio encoder.

Link copied to clipboard

Get audio encoder supported sample rates for the default audio encoder.

Get audio encoder supported sample rates for the specified audio encoder.