Click or drag to resize
RtpFrame Properties

The RtpFrame type exposes the following members.

Properties
  NameDescription
Public propertyAge
Returns the age of the frame since creation time in milliseconds.
Public propertyCustomHeader
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.
Public propertyFrameComplete
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.
Public propertyHasMarker
Public propertyHasSequenceGaps
Determines whether there are gaps between sequence numbers in this frame.
Public propertyHighestSequenceNumber
Returns the highest Sequence number in frame.
Public propertyIsExpired
Gets or sets or Sets the IsExpired property.
Public propertyLowestSequenceNumber
Returns the lowest Sequence number in frame.
Public propertyPacketCount
Stores the number of packets in the frame.
Public propertyTimestamp
Returns the timestamp of this frame.
Public propertyTotalPayloadSize
Stores the total number of bytes that make up the payload of this frame.
Public propertyUpdateAge
Gets the UpdateAge property.
Top
See Also