Searched defs:VoiceReceiverInfo (Results 1 – 1 of 1) sorted by relevance
501 struct VoiceReceiverInfo : public MediaReceiverInfo { struct504 int jitter_ms = 0;505 int jitter_buffer_ms = 0;506 int jitter_buffer_preferred_ms = 0;507 int delay_estimate_ms = 0;508 int audio_level = 0;511 double total_output_energy = 0.0;512 uint64_t total_samples_received = 0;513 double total_output_duration = 0.0;514 uint64_t concealed_samples = 0;[all …]