AudioSamplesSubscribe
data class AudioSamplesSubscribe(val timestamp: Long, val audio_level_high_seconds: Long, val audio_concealed_samples: Long, val audio_total_samples_received: Long, val audio_concealment_events: Long, val fec_packets_discarded: Long, val fec_packets_received: Long, val total_samples_duration: Float, val total_packets_received: Long, val total_packets_lost: Long, val jitter_buffer_delay: Double) : SubscribeBaseSample
Constructors
Link copied to clipboard
fun AudioSamplesSubscribe(timestamp: Long, audio_level_high_seconds: Long, audio_concealed_samples: Long, audio_total_samples_received: Long, audio_concealment_events: Long, fec_packets_discarded: Long, fec_packets_received: Long, total_samples_duration: Float, total_packets_received: Long, total_packets_lost: Long, jitter_buffer_delay: Double)
Properties
Link copied to clipboard
@SerializedName(value = "audio_total_samples_received")