| QuickTimeFrame Methods | 
The QuickTimeFrame type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | AddPacket | 
                Adds a packet to the frame.
            (Inherited from RtpFrame.) | 
|  | Clear | 
                Removes all RtpPacket objects from frame.
            (Inherited from RtpFrame.) | 
|  | GetAssembledFrame | 
                Assembles the payloads in the packets of this frame into one array of Byte. This may have
                to be called multiple times as there can be multiple frames in the payload(s).
            (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.) | 
 Extension Methods
Extension Methods| 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.) | 
 See Also
See Also