Interface VideoSubscribeBaseSample
-
- All Implemented Interfaces:
-
live.hms.video.connection.stats.clientside.model.BaseSample
public interface VideoSubscribeBaseSample implements BaseSample
-
-
Method Summary
Modifier and Type Method Description abstract FloatgetAvg_frames_received_per_sec()abstract FloatgetAvg_frames_dropped_per_sec()abstract FloatgetAvg_frames_decoded_per_sec()abstract IntegergetTotal_pli_count()abstract IntegergetTotal_nack_count()abstract IntegergetAvg_av_sync_ms()abstract IntegergetFrame_width()abstract IntegergetFrame_height()abstract IntegergetPause_count()abstract FloatgetPause_duration_seconds()abstract IntegergetFreeze_count()abstract FloatgetFreeze_duration_seconds()abstract FloatgetAvg_jitter_buffer_delay()-
-
Method Detail
-
getAvg_frames_received_per_sec
abstract Float getAvg_frames_received_per_sec()
-
getAvg_frames_dropped_per_sec
abstract Float getAvg_frames_dropped_per_sec()
-
getAvg_frames_decoded_per_sec
abstract Float getAvg_frames_decoded_per_sec()
-
getTotal_pli_count
abstract Integer getTotal_pli_count()
-
getTotal_nack_count
abstract Integer getTotal_nack_count()
-
getAvg_av_sync_ms
abstract Integer getAvg_av_sync_ms()
-
getFrame_width
abstract Integer getFrame_width()
-
getFrame_height
abstract Integer getFrame_height()
-
getPause_count
abstract Integer getPause_count()
-
getPause_duration_seconds
abstract Float getPause_duration_seconds()
-
getFreeze_count
abstract Integer getFreeze_count()
-
getFreeze_duration_seconds
abstract Float getFreeze_duration_seconds()
-
getAvg_jitter_buffer_delay
abstract Float getAvg_jitter_buffer_delay()
-
-
-
-