Class RtcAudioSourceStats
-
- All Implemented Interfaces:
-
io.getstream.video.android.core.call.stats.model.RtcMediaSourceStats,io.getstream.video.android.core.call.stats.model.RtcStats
public final class RtcAudioSourceStats implements RtcMediaSourceStats
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description RtcAudioSourceStats(String id, String type, Double timestampUs, String kind, String trackIdentifier, Double audioLevel, Double totalAudioEnergy, Double totalSamplesDuration, Double echoReturnLoss, Double echoReturnLossEnhancement, Double droppedSamplesDuration, Long droppedSamplesEvents, Double totalCaptureDelay, Long totalSamplesCaptured)
-
Method Summary
Modifier and Type Method Description StringgetId()StringgetType()DoublegetTimestampUs()StringgetKind()StringgetTrackIdentifier()final DoublegetAudioLevel()final DoublegetTotalAudioEnergy()final DoublegetTotalSamplesDuration()final DoublegetEchoReturnLoss()final DoublegetEchoReturnLossEnhancement()final DoublegetDroppedSamplesDuration()final LonggetDroppedSamplesEvents()final DoublegetTotalCaptureDelay()final LonggetTotalSamplesCaptured()-
-
Constructor Detail
-
RtcAudioSourceStats
RtcAudioSourceStats(String id, String type, Double timestampUs, String kind, String trackIdentifier, Double audioLevel, Double totalAudioEnergy, Double totalSamplesDuration, Double echoReturnLoss, Double echoReturnLossEnhancement, Double droppedSamplesDuration, Long droppedSamplesEvents, Double totalCaptureDelay, Long totalSamplesCaptured)
-
-
Method Detail
-
getTimestampUs
Double getTimestampUs()
-
getTrackIdentifier
String getTrackIdentifier()
-
getAudioLevel
final Double getAudioLevel()
-
getTotalAudioEnergy
final Double getTotalAudioEnergy()
-
getTotalSamplesDuration
final Double getTotalSamplesDuration()
-
getEchoReturnLoss
final Double getEchoReturnLoss()
-
getEchoReturnLossEnhancement
final Double getEchoReturnLossEnhancement()
-
getDroppedSamplesDuration
final Double getDroppedSamplesDuration()
-
getDroppedSamplesEvents
final Long getDroppedSamplesEvents()
-
getTotalCaptureDelay
final Double getTotalCaptureDelay()
-
getTotalSamplesCaptured
final Long getTotalSamplesCaptured()
-
-
-
-