Click or drag to resize

RtpPacketHeader Methods

The RtpPacketHeader type exposes the following members.

Methods
  NameDescription
Public methodCalculateHeaderLength
Calculates the length of the header. At least 12 bytes.
Public methodClone
Clones this RtpPacketHeader instance.
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 memberReadFrom
Parses the Rtp header from a DataBuffer. If padding exists, also calculates the padding length.
Public methodToString (Inherited from Object.)
Public methodWriteTo
Writes this Rtp packet to a DataBuffer starting at the offset.
Top
See Also