VideoSamplesSubscribe
data class VideoSamplesSubscribe(val timestamp: Long, val avg_frames_received_per_sec: Float, val avg_frames_dropped_per_sec: Float, val avg_frames_decoded_per_sec: Float, val total_pli_count: Int, val total_nack_count: Int, val avg_av_sync_ms: Int, val frame_width: Int, val frame_height: Int, val pause_count: Int, val pause_duration_seconds: Float, val freeze_count: Int, val freeze_duration_seconds: Float, val avg_jitter_buffer_delay: Float) : VideoSubscribeBaseSample
Constructors
Link copied to clipboard
fun VideoSamplesSubscribe(timestamp: Long, avg_frames_received_per_sec: Float, avg_frames_dropped_per_sec: Float, avg_frames_decoded_per_sec: Float, total_pli_count: Int, total_nack_count: Int, avg_av_sync_ms: Int, frame_width: Int, frame_height: Int, pause_count: Int, pause_duration_seconds: Float, freeze_count: Int, freeze_duration_seconds: Float, avg_jitter_buffer_delay: Float)
Properties
Link copied to clipboard
@SerializedName(value = "avg_frames_decoded_per_sec")
Link copied to clipboard
@SerializedName(value = "avg_frames_dropped_per_sec")
Link copied to clipboard
@SerializedName(value = "avg_frames_received_per_sec")