Packet Properties |
The Packet type exposes the following members.
Name | Description | |
---|---|---|
Buffer |
Gets the Packet as a DataBuffer.
| |
FragmentEnd |
Gets if this is the end of a Fragmented Unit.
| |
FragmentStart |
Gets if this is the start of a Fragmented Unit.
| |
FuEBitMask |
Gets the end bit.
| |
FuRBitMask |
Gets the reserved bit.
| |
FuSBitMask |
Gets the start bit.
| |
Last |
Gets or sets whether this is the last nalu in the sequence (i.e. RTP Marker).
| |
MaxPacketSize |
Gets the maximum packet size (affects packetization).
| |
Nalus |
Gets or sets the NAL Units.
| |
NaluType |
Gets the type of Payload that is in this packet.
| |
SequenceNumber |
Gets or sets the RTP sequence number.
|