AudioBuffer Class |
Namespace: FM.IceLink
The AudioBuffer type exposes the following members.
Name | Description | |
---|---|---|
AudioBuffer |
Initializes a new instance of the AudioBuffer class.
| |
AudioBuffer(DataBuffer, AudioFormat) |
Initializes a new instance of the AudioBuffer class.
| |
AudioBuffer(DataBuffer, AudioFormat) |
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.
| |
GeneratedByPlc |
Gets or sets a value indicating whether this buffer contains
data generated by packet loss concealment (PLC).
| |
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.
| |
IsMuted |
Gets a value indicating whether this instance has been muted.
(Overrides MediaBufferTFormat, TBufferIsMuted.) | |
IsOpus |
Gets a value indicating whether this buffer has Opus audio.
| |
IsPcm |
Gets a value indicating whether this buffer has raw PCM audio.
| |
IsPcma |
Gets a value indicating whether this buffer has PCMA audio.
| |
IsPcmu |
Gets a value indicating whether this buffer has PCMU audio.
| |
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.
| |
CalculateLevel |
Calculates the level of this instance.
| |
Clone |
Clones this instance.
(Overrides MediaBufferTFormat, TBufferClone.) | |
CreateInstance |
Creates a new instance.
(Overrides MediaBufferTFormat, TBufferCreateInstance.) | |
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.
(Overrides MediaBufferTFormat, TBufferMute.) | |
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.) |