Interface RtcMediaStreamAudioTrackStats
-
- 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 RtcMediaStreamAudioTrackStats implements RtcMediaStreamTrackStats
-
-
Method Summary
Modifier and Type Method Description abstract DoublegetAudioLevel()abstract DoublegetTotalAudioEnergy()abstract DoublegetTotalSamplesDuration()-
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
-
getAudioLevel
abstract Double getAudioLevel()
-
getTotalAudioEnergy
abstract Double getTotalAudioEnergy()
-
getTotalSamplesDuration
abstract Double getTotalSamplesDuration()
-
-
-
-