Interface RtcMediaStreamVideoTrackStats
-
- All Implemented Interfaces:
-
io.getstream.video.android.core.call.stats.model.RtcMediaStreamTrackStats,io.getstream.video.android.core.call.stats.model.RtcStats
@Deprecated(message = "Was deprecated in 11 May 2023") public interface RtcMediaStreamVideoTrackStats implements RtcMediaStreamTrackStats
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classRtcMediaStreamVideoTrackStats.Companion
-
Method Summary
Modifier and Type Method Description abstract LonggetFrameHeight()abstract LonggetFrameWidth()abstract DoublegetFramesPerSecond()-
Methods inherited from class io.getstream.video.android.core.call.stats.model.RtcMediaStreamTrackStats
getDetached, getEnded, getKind, getPriority, getRemoteSource, getTrackIdentifier -
Methods inherited from class io.getstream.video.android.core.call.stats.model.RtcStats
getId, getTimestampUs, getType -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getFrameHeight
abstract Long getFrameHeight()
-
getFrameWidth
abstract Long getFrameWidth()
-
getFramesPerSecond
abstract Double getFramesPerSecond()
-
-
-
-