A data packet consisting of the fixed RTP header, a possibly empty list of contributing
sources (see below), and the payload data. Some underlying protocols may require an
encapsulation of the RTP packet to be defined. Typically one packet of the underlying
protocol contains a single RTP packet, but several RTP packets MAY be contained if
permitted by the encapsulation method (see Section 11).
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public class RTP_Packet
Public Class RTP_Packet
public ref class RTP_Packet
type RTP_Packet = class end
Members
All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
RTP_Packet()()()() |
Default constructor.
| |
CSRC |
Gets or sets the contributing sources for the payload contained in this packet.
Value null means none.
| |
Data |
Gets or sets RTP data. Data must be encoded with PayloadType encoding.
| |
Equals(Object) | (Inherited from Object.) | |
Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
IsMarker |
Gets marker bit. The usage of this bit depends on payload type.
| |
IsPadded |
Gets if packet is padded to some bytes boundary.
| |
MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Parse(array<Byte>[]()[][], Int32) |
Parses RTP packet.
| |
PayloadType |
Gets payload type.
| |
SeqNo |
Gets or sets RTP packet sequence number.
| |
Sources |
Gets SSRC + CSRCs as joined array.
| |
SSRC |
Gets or sets synchronization source ID.
| |
Timestamp |
Gets sets packet timestamp.
| |
ToByte(array<Byte>[]()[][], Int32%) |
Stores this packet to the specified buffer.
| |
ToString()()()() |
Returns this packet info as string.
(Overrides Object.ToString()()()().) | |
Validate()()()() |
Validates RTP packet.
| |
Version |
Gets RTP version.
|
Inheritance Hierarchy
Object | |
RTP_Packet |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119