| Packet Methods | 
The Packet type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|   | Depacketize(Packet) | 
            Depacketizes multiple H264Packets into a single encoded frame.
            Uses packetization mode 0.
             | 
|   | Depacketize(Packet, Int32) | 
            Depacketizes multiple H264Packets into a single encoded frame.
             | 
|  | Equals | (Inherited from Object.) | 
|  | Finalize | (Inherited from Object.) | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetType | (Inherited from Object.) | 
|  | MemberwiseClone | (Inherited from Object.) | 
|   | Packetize(DataBuffer) | 
            Packetizes a single encoded data frame into multiple H264 packets.
            Note: Only STAP-A and Single NALU are supported right now.
            Uses packetization mode 0.
             | 
|   | Packetize(DataBuffer, Int32) | 
            Packetizes a single encoded data frame into multiple H264 packets.
            Note: Only STAP-A and Single NALU are supported right now.
             | 
|  | ToString | (Inherited from Object.) | 
|   | Wrap | 
            Parses the specified packet bytes.
             | 
 See Also
See Also