Class AudioSamplesSubscribe
-
- All Implemented Interfaces:
-
live.hms.video.connection.stats.clientside.model.BaseSample,live.hms.video.connection.stats.clientside.model.SubscribeBaseSample
public final class AudioSamplesSubscribe implements SubscribeBaseSample
-
-
Field Summary
Fields Modifier and Type Field Description private final Longtimestampprivate final Longaudio_level_high_secondsprivate final Longaudio_concealed_samplesprivate final Longaudio_total_samples_receivedprivate final Longaudio_concealment_eventsprivate final Longfec_packets_discardedprivate final Longfec_packets_receivedprivate final Floattotal_samples_durationprivate final Longtotal_packets_receivedprivate final Longtotal_packets_lostprivate final Doublejitter_buffer_delay
-
Constructor Summary
Constructors Constructor Description AudioSamplesSubscribe(Long 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, Float total_samples_duration, Long total_packets_received, Long total_packets_lost, Double jitter_buffer_delay)
-
Method Summary
Modifier and Type Method Description LonggetTimestamp()LonggetAudio_level_high_seconds()LonggetAudio_concealed_samples()LonggetAudio_total_samples_received()LonggetAudio_concealment_events()LonggetFec_packets_discarded()LonggetFec_packets_received()FloatgetTotal_samples_duration()LonggetTotal_packets_received()LonggetTotal_packets_lost()DoublegetJitter_buffer_delay()-
-
Constructor Detail
-
AudioSamplesSubscribe
AudioSamplesSubscribe(Long 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, Float total_samples_duration, Long total_packets_received, Long total_packets_lost, Double jitter_buffer_delay)
-
-
Method Detail
-
getTimestamp
Long getTimestamp()
-
getAudio_level_high_seconds
Long getAudio_level_high_seconds()
-
getAudio_concealed_samples
Long getAudio_concealed_samples()
-
getAudio_total_samples_received
Long getAudio_total_samples_received()
-
getAudio_concealment_events
Long getAudio_concealment_events()
-
getFec_packets_discarded
Long getFec_packets_discarded()
-
getFec_packets_received
Long getFec_packets_received()
-
getTotal_samples_duration
Float getTotal_samples_duration()
-
getTotal_packets_received
Long getTotal_packets_received()
-
getTotal_packets_lost
Long getTotal_packets_lost()
-
getJitter_buffer_delay
Double getJitter_buffer_delay()
-
-
-
-