RtpFrame Properties |
The RtpFrame type exposes the following members.
Name | Description | |
---|---|---|
Age |
Returns the age of the frame since creation time in milliseconds.
| |
CustomHeader |
Maintains a custom header to the beginning of a frame. It will be added by
GetAssembledFrame. This can be useful for automatically adding start-codes or meta
information.
| |
FrameComplete |
Indicates whether the content of this frame is complete. For most frames this is true if
a packet was received that has its marker bit set.
| |
HasMarker | ||
HasSequenceGaps |
Determines whether there are gaps between sequence numbers in this frame.
| |
HighestSequenceNumber |
Returns the highest Sequence number in frame.
| |
IsExpired |
Gets or sets or Sets the IsExpired property.
| |
LowestSequenceNumber |
Returns the lowest Sequence number in frame.
| |
PacketCount |
Stores the number of packets in the frame.
| |
Timestamp |
Returns the timestamp of this frame.
| |
TotalPayloadSize |
Stores the total number of bytes that make up the payload of this frame.
| |
UpdateAge |
Gets the UpdateAge property.
|