VideoAudioTrack constructor
const
VideoAudioTrack({})
Constructs an instance of VideoAudioTrack.
Implementation
const VideoAudioTrack({
required this.id,
required this.isSelected,
this.label,
this.language,
this.bitrate,
this.sampleRate,
this.channelCount,
this.codec,
});