Class RtcMediaStreamVideoTrackReceiverStats
-
- All Implemented Interfaces:
-
io.getstream.video.android.core.call.stats.model.RtcMediaStreamTrackReceiverStats,io.getstream.video.android.core.call.stats.model.RtcMediaStreamTrackStats,io.getstream.video.android.core.call.stats.model.RtcMediaStreamVideoTrackStats,io.getstream.video.android.core.call.stats.model.RtcStats
@Deprecated(message = "Was deprecated in 11 May 2023") public final class RtcMediaStreamVideoTrackReceiverStats implements RtcMediaStreamTrackReceiverStats, RtcMediaStreamVideoTrackStats
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description RtcMediaStreamVideoTrackReceiverStats(String id, String type, Double timestampUs, String trackIdentifier, Boolean ended, String kind, String priority, Boolean remoteSource, Boolean detached, Double estimatedPlayoutTimestamp, Double jitterBufferDelay, Long jitterBufferEmittedCount, Long frameHeight, Long frameWidth, Double framesPerSecond, Long framesReceived, Long framesDecoded, Long framesDropped, Double totalFramesDuration, Double totalFreezesDuration, Long freezeCount, Long pauseCount, Double totalPausesDuration, Double sumOfSquaredFramesDuration)
-
Method Summary
Modifier and Type Method Description StringgetId()StringgetType()DoublegetTimestampUs()StringgetTrackIdentifier()BooleangetEnded()StringgetKind()StringgetPriority()BooleangetRemoteSource()BooleangetDetached()DoublegetEstimatedPlayoutTimestamp()DoublegetJitterBufferDelay()LonggetJitterBufferEmittedCount()LonggetFrameHeight()LonggetFrameWidth()DoublegetFramesPerSecond()final LonggetFramesReceived()final LonggetFramesDecoded()final LonggetFramesDropped()final DoublegetTotalFramesDuration()final DoublegetTotalFreezesDuration()final LonggetFreezeCount()final LonggetPauseCount()final DoublegetTotalPausesDuration()final DoublegetSumOfSquaredFramesDuration()-
-
Constructor Detail
-
RtcMediaStreamVideoTrackReceiverStats
RtcMediaStreamVideoTrackReceiverStats(String id, String type, Double timestampUs, String trackIdentifier, Boolean ended, String kind, String priority, Boolean remoteSource, Boolean detached, Double estimatedPlayoutTimestamp, Double jitterBufferDelay, Long jitterBufferEmittedCount, Long frameHeight, Long frameWidth, Double framesPerSecond, Long framesReceived, Long framesDecoded, Long framesDropped, Double totalFramesDuration, Double totalFreezesDuration, Long freezeCount, Long pauseCount, Double totalPausesDuration, Double sumOfSquaredFramesDuration)
-
-
Method Detail
-
getTimestampUs
Double getTimestampUs()
-
getTrackIdentifier
String getTrackIdentifier()
-
getPriority
String getPriority()
-
getRemoteSource
Boolean getRemoteSource()
-
getDetached
Boolean getDetached()
-
getEstimatedPlayoutTimestamp
Double getEstimatedPlayoutTimestamp()
-
getJitterBufferDelay
Double getJitterBufferDelay()
-
getJitterBufferEmittedCount
Long getJitterBufferEmittedCount()
-
getFrameHeight
Long getFrameHeight()
-
getFrameWidth
Long getFrameWidth()
-
getFramesPerSecond
Double getFramesPerSecond()
-
getFramesReceived
final Long getFramesReceived()
-
getFramesDecoded
final Long getFramesDecoded()
-
getFramesDropped
final Long getFramesDropped()
-
getTotalFramesDuration
final Double getTotalFramesDuration()
-
getTotalFreezesDuration
final Double getTotalFreezesDuration()
-
getFreezeCount
final Long getFreezeCount()
-
getPauseCount
final Long getPauseCount()
-
getTotalPausesDuration
final Double getTotalPausesDuration()
-
getSumOfSquaredFramesDuration
final Double getSumOfSquaredFramesDuration()
-
-
-
-