PublishedTrackMetrics

data class PublishedTrackMetrics(@Json(name = "codec") val codec: String? = null, @Json(name = "track_id") val trackId: String? = null, @Json(name = "track_type") val trackType: String? = null, @Json(name = "warnings") val warnings: List<SessionWarningResponse>? = emptyList(), @Json(name = "bitrate") val bitrate: MetricTimeSeries? = null, @Json(name = "framerate") val framerate: MetricTimeSeries? = null, @Json(name = "resolution") val resolution: ResolutionMetricsTimeSeries? = null)

Constructors

Link copied to clipboard
constructor(@Json(name = "codec") codec: String? = null, @Json(name = "track_id") trackId: String? = null, @Json(name = "track_type") trackType: String? = null, @Json(name = "warnings") warnings: List<SessionWarningResponse>? = emptyList(), @Json(name = "bitrate") bitrate: MetricTimeSeries? = null, @Json(name = "framerate") framerate: MetricTimeSeries? = null, @Json(name = "resolution") resolution: ResolutionMetricsTimeSeries? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val codec: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val trackId: String? = null
Link copied to clipboard
val trackType: String? = null
Link copied to clipboard