Class VideoSamplesSubscribe
-
- All Implemented Interfaces:
-
live.hms.video.connection.stats.clientside.model.BaseSample,live.hms.video.connection.stats.clientside.model.VideoSubscribeBaseSample
public final class VideoSamplesSubscribe implements VideoSubscribeBaseSample
-
-
Field Summary
Fields Modifier and Type Field Description private final Longtimestampprivate final Floatavg_frames_received_per_secprivate final Floatavg_frames_dropped_per_secprivate final Floatavg_frames_decoded_per_secprivate final Integertotal_pli_countprivate final Integertotal_nack_countprivate final Integeravg_av_sync_msprivate final Integerframe_widthprivate final Integerframe_heightprivate final Integerpause_countprivate final Floatpause_duration_secondsprivate final Integerfreeze_countprivate final Floatfreeze_duration_secondsprivate final Floatavg_jitter_buffer_delay
-
Constructor Summary
Constructors Constructor Description VideoSamplesSubscribe(Long timestamp, Float avg_frames_received_per_sec, Float avg_frames_dropped_per_sec, Float avg_frames_decoded_per_sec, Integer total_pli_count, Integer total_nack_count, Integer avg_av_sync_ms, Integer frame_width, Integer frame_height, Integer pause_count, Float pause_duration_seconds, Integer freeze_count, Float freeze_duration_seconds, Float avg_jitter_buffer_delay)
-
Method Summary
-
-
Constructor Detail
-
VideoSamplesSubscribe
VideoSamplesSubscribe(Long timestamp, Float avg_frames_received_per_sec, Float avg_frames_dropped_per_sec, Float avg_frames_decoded_per_sec, Integer total_pli_count, Integer total_nack_count, Integer avg_av_sync_ms, Integer frame_width, Integer frame_height, Integer pause_count, Float pause_duration_seconds, Integer freeze_count, Float freeze_duration_seconds, Float avg_jitter_buffer_delay)
-
-
Method Detail
-
getTimestamp
Long getTimestamp()
-
getAvg_frames_received_per_sec
Float getAvg_frames_received_per_sec()
-
getAvg_frames_dropped_per_sec
Float getAvg_frames_dropped_per_sec()
-
getAvg_frames_decoded_per_sec
Float getAvg_frames_decoded_per_sec()
-
getTotal_pli_count
Integer getTotal_pli_count()
-
getTotal_nack_count
Integer getTotal_nack_count()
-
getAvg_av_sync_ms
Integer getAvg_av_sync_ms()
-
getFrame_width
Integer getFrame_width()
-
getFrame_height
Integer getFrame_height()
-
getPause_count
Integer getPause_count()
-
getPause_duration_seconds
Float getPause_duration_seconds()
-
getFreeze_count
Integer getFreeze_count()
-
getFreeze_duration_seconds
Float getFreeze_duration_seconds()
-
getAvg_jitter_buffer_delay
Float getAvg_jitter_buffer_delay()
-
-
-
-