PacketizedAudioBuffer Class |
Namespace: FM.IceLink
The PacketizedAudioBuffer type exposes the following members.
| Name | Description | |
|---|---|---|
| PacketizedAudioBuffer(DataBuffer, AudioFormat, RtpPacketHeader) |
Initializes a new instance of the AudioBuffer class.
| |
| PacketizedAudioBuffer(DataBuffer, AudioFormat, RtpPacketHeader) |
Initializes a new instance of the AudioBuffer class.
|
| Name | Description | |
|---|---|---|
| DataBuffer |
Gets or sets the data buffer.
(Inherited from MediaBufferTFormat, TBuffer.) | |
| DataBuffers |
Gets or sets the data buffers.
(Inherited from MediaBufferTFormat, TBuffer.) | |
| DynamicProperties |
Gets or sets the dynamic properties on this instance.
(Inherited from Dynamic.) | |
| Format |
Gets or sets the format.
(Inherited from MediaBufferTFormat, TBuffer.) | |
| Gain |
Gets the gain.
(Inherited from AudioBuffer.) | |
| GeneratedByPlc |
Gets or sets a value indicating whether this buffer contains
data generated by packet loss concealment (PLC).
(Inherited from AudioBuffer.) | |
| IsDirty |
Gets or sets a value indicating whether this instance is dirty.
(Inherited from Serializable.) | |
| IsDtmf |
Gets a value indicating whether this buffer has DTMF data.
(Inherited from AudioBuffer.) | |
| IsMuted |
Gets a value indicating whether this instance has been muted.
(Inherited from AudioBuffer.) | |
| IsOpus |
Gets a value indicating whether this buffer has Opus audio.
(Inherited from AudioBuffer.) | |
| IsPcm |
Gets a value indicating whether this buffer has raw PCM audio.
(Inherited from AudioBuffer.) | |
| IsPcma |
Gets a value indicating whether this buffer has PCMA audio.
(Inherited from AudioBuffer.) | |
| IsPcmu |
Gets a value indicating whether this buffer has PCMU audio.
(Inherited from AudioBuffer.) | |
| LastSequenceNumber |
Gets or sets the last sequence number.
(Inherited from MediaBufferTFormat, TBuffer.) | |
| RecoveredByFec |
Gets or sets a value indicating whether this buffer contains
data recovered by forward error correction (FEC).
(Inherited from MediaBufferTFormat, TBuffer.) | |
| RtpHeader |
Gets or sets the Rtp Packet Header for this media buffer.
(Inherited from MediaBufferTFormat, TBuffer.) | |
| RtpHeaders |
Gets or sets the Rtp Packet Headers for this media buffer.
(Inherited from MediaBufferTFormat, TBuffer.) | |
| RtpSequenceNumber |
Gets or sets the RTP sequence number.
(Inherited from MediaBufferTFormat, TBuffer.) | |
| RtpSequenceNumbers |
Gets or sets the RTP sequence numbers.
(Inherited from MediaBufferTFormat, TBuffer.) | |
| SequenceNumber |
Gets or sets the sequence number.
(Inherited from MediaBufferTFormat, TBuffer.) | |
| SequenceNumbers |
Gets or sets the sequence numbers.
(Inherited from MediaBufferTFormat, TBuffer.) | |
| SourceId |
Gets or sets the source identifier.
(Inherited from MediaBufferTFormat, TBuffer.) |
| Name | Description | |
|---|---|---|
| ApplyGain |
Applies gain to this instance.
(Inherited from AudioBuffer.) | |
| CalculateLevel |
Calculates the level of this instance.
(Inherited from AudioBuffer.) | |
| Clone |
Clones this instance.
(Inherited from AudioBuffer.) | |
| CreateInstance |
Creates a new instance.
(Overrides AudioBufferCreateInstance.) | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| Free |
Frees the data buffers referenced by this instance.
(Inherited from MediaBufferTFormat, TBuffer.) | |
| GetDynamicValue |
Gets a property value from the local cache.
(Inherited from Dynamic.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| Keep |
Keeps the data buffers referenced by this instance.
(Inherited from MediaBufferTFormat, TBuffer.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Mute |
Mutes this instance. This is a one-way operation that clears
the underlying data buffer.
(Inherited from AudioBuffer.) | |
| SetDynamicValue |
Sets a property value in the local cache.
(Inherited from Dynamic.) | |
| ToString |
Returns a string that represents this instance.
(Inherited from MediaBufferTFormat, TBuffer.) | |
| UnsetDynamicValue |
Unsets a property value in the local cache.
(Inherited from Dynamic.) |