H265Frame Methods |
The H265Frame type exposes the following members.
Name | Description | |
---|---|---|
AddPacket |
Adds a packet to the frame.
(Overrides RtpFrameAddPacket(RtpPacket).) | |
Clear |
Removes all RtpPacket objects from frame.
(Inherited from RtpFrame.) | |
GetAssembledFrame |
Depacketizes one NAL unit per run.
(Overrides RtpFrameGetAssembledFrame.) | |
GetNextPacket |
Retrieves Packets from the frame, sorted by their sequence numbers.
(Inherited from RtpFrame.) | |
Peek |
Allows to peek at the first packet in the queue. The packet will not be removed.
(Inherited from RtpFrame.) | |
SetExpiry |
Set the expiry of the frame for age and update-age of the frame content in milliseconds.
(Inherited from RtpFrame.) |
Name | Description | |
---|---|---|
Copy | Overloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.) | |
Copy(Object) | Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.) |