RtcInboundRtpStreamAudio class

Inheritance

Constructors

RtcInboundRtpStreamAudio(int? totalSamplesReceived, int? concealedSamples, int? silentConcealedSamples, double? audioLevel, double? totalAudioEnergy, double? totalSamplesDuration, bool? voiceActivityFlag)

Properties

audioLevel double?
Audio level of the receiving track.
getter/setter pair
concealedSamples int?
Total number of samples that are concealed samples.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
silentConcealedSamples int?
Total number of concealed samples inserted that are "silent".
getter/setter pair
totalAudioEnergy double?
Audio energy of the receiving track.
getter/setter pair
totalSamplesDuration double?
Audio duration of the receiving track.
getter/setter pair
totalSamplesReceived int?
Total number of samples that have been received on this RTP stream. This includes concealedSamples.
getter/setter pair
voiceActivityFlag bool?
Indicator whether the last RTP packet whose frame was delivered to the RTCRtpReceiver's MediaStreamTrack for playout contained voice activity or not based on the presence of the V bit in the extension header, as defined in RFC 6464.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited