PublishedTrackMetrics constructor
PublishedTrackMetrics({
- MetricTimeSeries? bitrate,
- String? codec,
- MetricTimeSeries? framerate,
- ResolutionMetricsTimeSeries? resolution,
- String? trackId,
- String? trackType,
- List<
SessionWarningResponse> warnings = const [],
Returns a new PublishedTrackMetrics instance.
Implementation
PublishedTrackMetrics({
this.bitrate,
this.codec,
this.framerate,
this.resolution,
this.trackId,
this.trackType,
this.warnings = const [],
});