RtpPacketHeader Properties |
The RtpPacketHeader type exposes the following members.
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.
|