Click or drag to resize

AudioBuffer Class

An audio buffer.
Inheritance Hierarchy
SystemObject
  FM.IceLinkSerializable
    FM.IceLinkDynamic
      FM.IceLinkMediaBufferAudioFormat, AudioBuffer
        FM.IceLinkAudioBuffer
          FM.IceLinkPacketizedAudioBuffer

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The AudioBuffer type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyDataBuffer
Gets or sets the data buffer.
(Inherited from MediaBufferTFormat, TBuffer.)
Public propertyDataBuffers
Gets or sets the data buffers.
(Inherited from MediaBufferTFormat, TBuffer.)
Public propertyDynamicProperties
Gets or sets the dynamic properties on this instance.
(Inherited from Dynamic.)
Public propertyFormat
Gets or sets the format.
(Inherited from MediaBufferTFormat, 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 MediaBufferTFormat, TBufferIsMuted.)
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 MediaBufferTFormat, TBuffer.)
Public propertyRecoveredByFec
Gets or sets a value indicating whether this buffer contains data recovered by forward error correction (FEC).
(Inherited from MediaBufferTFormat, TBuffer.)
Public propertyRtpHeader
Gets or sets the Rtp Packet Header for this media buffer.
(Inherited from MediaBufferTFormat, TBuffer.)
Public propertyRtpHeaders
Gets or sets the Rtp Packet Headers for this media buffer.
(Inherited from MediaBufferTFormat, TBuffer.)
Public propertyRtpSequenceNumber
Gets or sets the RTP sequence number.
(Inherited from MediaBufferTFormat, TBuffer.)
Public propertyRtpSequenceNumbers
Gets or sets the RTP sequence numbers.
(Inherited from MediaBufferTFormat, TBuffer.)
Public propertySequenceNumber
Gets or sets the sequence number.
(Inherited from MediaBufferTFormat, TBuffer.)
Public propertySequenceNumbers
Gets or sets the sequence numbers.
(Inherited from MediaBufferTFormat, TBuffer.)
Public propertySourceId
Gets or sets the source identifier.
(Inherited from MediaBufferTFormat, TBuffer.)
Top
Methods
  NameDescription
Public methodApplyGain
Applies gain to this instance.
Public methodCalculateLevel
Calculates the level of this instance.
Public methodClone
Clones this instance.
(Overrides MediaBufferTFormat, TBufferClone.)
Protected methodCreateInstance
Creates a new instance.
(Overrides MediaBufferTFormat, TBufferCreateInstance.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodFree
Frees the data buffers referenced by this instance.
(Inherited from MediaBufferTFormat, TBuffer.)
Public methodGetDynamicValue
Gets a property value from the local cache.
(Inherited from Dynamic.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodKeep
Keeps the data buffers referenced by this instance.
(Inherited from MediaBufferTFormat, TBuffer.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodMute
Mutes this instance. This is a one-way operation that clears the underlying data buffer.
(Overrides MediaBufferTFormat, TBufferMute.)
Public methodSetDynamicValue
Sets a property value in the local cache.
(Inherited from Dynamic.)
Public methodToString
Returns a string that represents this instance.
(Inherited from MediaBufferTFormat, TBuffer.)
Public methodUnsetDynamicValue
Unsets a property value in the local cache.
(Inherited from Dynamic.)
Top
See Also