IngressAudioEncodingResponse constructor
IngressAudioEncodingResponse({})
Returns a new IngressAudioEncodingResponse instance.
Implementation
IngressAudioEncodingResponse({
required this.bitrate,
required this.channels,
required this.enableDtx,
});