AVStatistics constructor
Implementation
AVStatistics({
this.userID = '',
this.videoBitrate = 0,
this.videoWidth = 0,
this.videoHeight = 0,
this.frameRate = 0,
this.audioSampleRate = 0,
this.audioBitrate = 0,
});
AVStatistics({
this.userID = '',
this.videoBitrate = 0,
this.videoWidth = 0,
this.videoHeight = 0,
this.frameRate = 0,
this.audioSampleRate = 0,
this.audioBitrate = 0,
});