Click or drag to resize

Packet Methods

The Packet type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDepacketize(Packet)
Depacketizes multiple H264Packets into a single encoded frame. Uses packetization mode 0.
Public methodStatic memberDepacketize(Packet, Int32)
Depacketizes multiple H264Packets into a single encoded frame.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberPacketize(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.
Public methodStatic memberPacketize(DataBuffer, Int32)
Packetizes a single encoded data frame into multiple H264 packets. Note: Only STAP-A and Single NALU are supported right now.
Public methodToString (Inherited from Object.)
Public methodStatic memberWrap
Parses the specified packet bytes.
Top
See Also