createAudioFormat

open fun createAudioFormat(trackId: String, mimeType: String, bitrate: Int, maxInputSize: Int, durationUs: Long, channelCount: Int, sampleRate: Int, initializationData: List<Array<Byte>>, language: String): MediaFormat
open fun createAudioFormat(trackId: String, mimeType: String, bitrate: Int, maxInputSize: Int, durationUs: Long, channelCount: Int, sampleRate: Int, initializationData: List<Array<Byte>>, language: String, pcmEncoding: Int): MediaFormat