copy
fun copy(mimeType: String = this.mimeType, startBitrate: Int = this.startBitrate, sampleRate: Int = this.sampleRate, channelConfig: Int = this.channelConfig, byteFormat: Int = this.byteFormat, profile: Int = this.profile, customize: MediaFormatCustomHandler = this.customize): AudioCodecConfig
Copies the audio configuration with new values.