Click or drag to resize
QuickTimeFrame Properties

The QuickTimeFrame type exposes the following members.

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