Click or drag to resize

AudioBuffer Properties

The AudioBuffer type exposes the following members.

Properties
  NameDescription
Public propertyDataBuffer
Gets or sets the data buffer.
(Inherited from MediaBuffer<TFormat, TBuffer>.)
Public propertyDataBuffers
Gets or sets the data buffers.
(Inherited from MediaBuffer<TFormat, TBuffer>.)
Public propertyDynamicProperties
Gets or sets the dynamic properties on this instance.
(Inherited from Dynamic.)
Public propertyFormat
Gets or sets the format.
(Inherited from MediaBuffer<TFormat, TBuffer>.)
Public propertyGain
Gets the gain.
Public propertyGeneratedByPlc
Gets or sets a value indicating whether this buffer contains data generated by packet loss concealment (PLC).
Protected propertyIsDirty
Gets or sets a value indicating whether this instance is dirty.
(Inherited from Serializable.)
Public propertyIsDtmf
Gets a value indicating whether this buffer has DTMF data.
Public propertyIsMuted
Gets a value indicating whether this instance has been muted.
(Overrides MediaBuffer<TFormat, TBuffer>.IsMuted.)
Public propertyIsOpus
Gets a value indicating whether this buffer has Opus audio.
Public propertyIsPcm
Gets a value indicating whether this buffer has raw PCM audio.
Public propertyIsPcma
Gets a value indicating whether this buffer has PCMA audio.
Public propertyIsPcmu
Gets a value indicating whether this buffer has PCMU audio.
Public propertyLastSequenceNumber
Gets or sets the last sequence number.
(Inherited from MediaBuffer<TFormat, TBuffer>.)
Public propertyRecoveredByFec
Gets or sets a value indicating whether this buffer contains data recovered by forward error correction (FEC).
(Inherited from MediaBuffer<TFormat, TBuffer>.)
Public propertyRtpHeader
Gets or sets the Rtp Packet Header for this media buffer.
(Inherited from MediaBuffer<TFormat, TBuffer>.)
Public propertyRtpHeaders
Gets or sets the Rtp Packet Headers for this media buffer.
(Inherited from MediaBuffer<TFormat, TBuffer>.)
Public propertyRtpSequenceNumber
Gets or sets the RTP sequence number.
(Inherited from MediaBuffer<TFormat, TBuffer>.)
Public propertyRtpSequenceNumbers
Gets or sets the RTP sequence numbers.
(Inherited from MediaBuffer<TFormat, TBuffer>.)
Public propertySequenceNumber
Gets or sets the sequence number.
(Inherited from MediaBuffer<TFormat, TBuffer>.)
Public propertySequenceNumbers
Gets or sets the sequence numbers.
(Inherited from MediaBuffer<TFormat, TBuffer>.)
Public propertySourceId
Gets or sets the source identifier.
(Inherited from MediaBuffer<TFormat, TBuffer>.)
Top
See Also