Click or drag to resize
RtpPacket Methods

The RtpPacket type exposes the following members.

Methods
  NameDescription
Public methodClone
Deep clones RtpPacket object.
Public methodParseHeader
Parses the header of a packet.
Public methodParseHeader(Byte)
Parses the header of a packet.
Public methodToByteArray
The function compiles the RTP packet header and payload into a array of type Byte.
Public methodToByteArray(Byte, UInt32)
The function compiles the RTP packet header and payload into a array of type Byte.
Public methodToOffsetBuffer
The function compiles the RTP packet header and payload into a array of type Byte.
Public methodToString
Creates a String that contains the values of all fields in this RTP packet.
(Overrides ObjectToString.)
Top
Extension Methods
  NameDescription
Public Extension MethodCopyOverloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.)
Public Extension MethodCopy(Object)Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.)
Top
See Also