RtpPacketHeader Class |
Namespace: FM.IceLink
The RtpPacketHeader type exposes the following members.
Name | Description | |
---|---|---|
![]() | RtpPacketHeader |
Creates a new instance of the Packet Header.
|
Name | Description | |
---|---|---|
![]() | ContributingSourceCount |
Gets or sets the number of contributing sources added to this rtp packet.
|
![]() | ContributingSources |
Gets or sets the contributing sources in this rtp packet.
|
![]() | Extension |
Gets or sets if there is an extension added to this rtp packet.
|
![]() ![]() | FixedHeaderLength |
Gets the length of the fixed header.
|
![]() | HeaderExtension |
Gets or sets the header extension.
|
![]() | Marker |
Gets or sets if the marker bit is set.
|
![]() | Padding |
Gets or sets if this rtp packet has padding.
|
![]() | PaddingLength |
Gets the number of bytes of padding of the decoded rtp packet.
|
![]() | PayloadType |
Gets or sets the payload type of this rtp packet.
|
![]() | SequenceNumber |
Gets or sets the sequence number of the packet.
|
![]() | SynchronizationSource |
Gets or sets the synchronization source source of the packet.
|
![]() | Timestamp |
Gets or sets the timestamp of the packet.
|
![]() | Version |
Gets or sets the version of the rtp packet. Should be 2.
|
Name | Description | |
---|---|---|
![]() | CalculateHeaderLength |
Calculates the length of the header. At least 12 bytes.
|
![]() | Clone |
Clones this RtpPacketHeader instance.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() ![]() | ReadFrom |
Parses the Rtp header from a DataBuffer. If padding exists, also calculates the padding length.
|
![]() | ToString | (Inherited from Object.) |
![]() | WriteTo |
Writes this Rtp packet to a DataBuffer starting at the offset.
|