MediaBufferTFormat, TBuffer Class |
Namespace: FM.IceLink
The MediaBufferTFormat, TBuffer type exposes the following members.
Name | Description | |
---|---|---|
MediaBufferTFormat, TBuffer |
Initializes a new instance of the MediaBufferTFormat, TBuffer class.
| |
MediaBufferTFormat, TBuffer(DataBuffer, TFormat) |
Initializes a new instance of the MediaBufferTFormat, TBuffer class.
| |
MediaBufferTFormat, TBuffer(DataBuffer, TFormat) |
Initializes a new instance of the MediaBufferTFormat, TBuffer class.
|
Name | Description | |
---|---|---|
DataBuffer |
Gets or sets the data buffer.
| |
DataBuffers |
Gets or sets the data buffers.
| |
DynamicProperties |
Gets or sets the dynamic properties on this instance.
(Inherited from Dynamic.) | |
Format |
Gets or sets the format.
| |
IsDirty |
Gets or sets a value indicating whether this instance is dirty.
(Inherited from Serializable.) | |
IsMuted |
Gets a value indicating whether this instance has been muted.
| |
LastSequenceNumber |
Gets or sets the last sequence number.
| |
RecoveredByFec |
Gets or sets a value indicating whether this buffer contains
data recovered by forward error correction (FEC).
| |
RtpHeader |
Gets or sets the Rtp Packet Header for this media buffer.
| |
RtpHeaders |
Gets or sets the Rtp Packet Headers for this media buffer.
| |
RtpSequenceNumber |
Gets or sets the RTP sequence number.
| |
RtpSequenceNumbers |
Gets or sets the RTP sequence numbers.
| |
SequenceNumber |
Gets or sets the sequence number.
| |
SequenceNumbers |
Gets or sets the sequence numbers.
| |
SourceId |
Gets or sets the source identifier.
|
Name | Description | |
---|---|---|
Clone |
Clones this instance.
| |
CreateInstance |
Creates a new instance.
| |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
Free |
Frees the data buffers referenced by this instance.
| |
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.
| |
MemberwiseClone | (Inherited from Object.) | |
Mute |
Mutes this instance. This is a one-way operation that clears
the underlying data buffer. If the buffer has an unsupported
format, this method will return false.
| |
SetDynamicValue |
Sets a property value in the local cache.
(Inherited from Dynamic.) | |
ToString |
Returns a string that represents this instance.
(Overrides ObjectToString.) | |
UnsetDynamicValue |
Unsets a property value in the local cache.
(Inherited from Dynamic.) |