RTPPacketInfo Properties |
The RTPPacketInfo type exposes the following members.
Name | Description | |
---|---|---|
Bytes |
Gets or sets the byte representation of the RTP packet.
| |
CSRCCount |
Gets or sets the number of CSRC identifiers.
| |
Extension |
Gets or sets the value of the extension bit.
| |
Marker |
Gets ir sets the value of the marker bit.
| |
Padding |
Gets or sets the value of the padding bit. If the padding bit is set, the packet contains one or more additional padding octets at the end which are not part of the payload
| |
Payload |
Gets or sets the payload.
| |
PayloadLength |
Gets or sets the length of the payload.
| |
PayloadType |
Gets or sets the format of the RTP payload.
| |
SequenceNumber |
Gets or sets the sequence number of the RTP data.
| |
SSRCIdentifier |
Gets or sets the identifier of the synchronization source.
| |
Timestamp |
Gets or sets the timestamp value.
| |
Version |
Gets or sets the version of RTP.
|