| H265Frame Properties |
The H265Frame type exposes the following members.
| Name | Description | |
|---|---|---|
| Age |
Returns the age of the frame since creation time in milliseconds.
(Inherited from RtpFrame.) | |
| 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.
(Inherited from RtpFrame.) | |
| 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.
(Inherited from RtpFrame.) | |
| HasMarker | (Inherited from RtpFrame.) | |
| HasSequenceGaps |
Determines whether there are gaps between sequence numbers in this frame.
(Inherited from RtpFrame.) | |
| HighestSequenceNumber |
Returns the highest Sequence number in frame.
(Inherited from RtpFrame.) | |
| IsExpired |
Gets or sets or Sets the IsExpired property.
(Inherited from RtpFrame.) | |
| LowestSequenceNumber |
Returns the lowest Sequence number in frame.
(Inherited from RtpFrame.) | |
| PacketCount |
Stores the number of packets in the frame.
(Inherited from RtpFrame.) | |
| Timestamp |
Returns the timestamp of this frame.
(Inherited from RtpFrame.) | |
| TotalPayloadSize |
Stores the total number of bytes that make up the payload of this frame.
(Inherited from RtpFrame.) | |
| UpdateAge |
Gets the UpdateAge property.
(Inherited from RtpFrame.) |