| RtpPacket Methods |
The RtpPacket type exposes the following members.
| Name | Description | |
|---|---|---|
| Clone |
Deep clones RtpPacket object.
| |
| ParseHeader |
Parses the header of a packet.
| |
| ParseHeader(Byte) |
Parses the header of a packet.
| |
| ToByteArray |
The function compiles the RTP packet header and payload into a array of type Byte.
| |
| ToByteArray(Byte, UInt32) |
The function compiles the RTP packet header and payload into a array of type Byte.
| |
| ToOffsetBuffer |
The function compiles the RTP packet header and payload into a array of type Byte.
| |
| ToString |
Creates a String that contains the values of all fields in this RTP packet.
(Overrides ObjectToString.) |
| 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.) |