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): AudioCodecConfig

Copies the audio configuration with new values.