Type Alias AudioCodecConfiguration

AudioCodecConfiguration: {
    codecType: AudioCodecTypes;
    parameters: AudioCodecParameters;
}