Click or drag to resize

RtpPacketHeader Class

The header of an Rtp packet.
Inheritance Hierarchy
SystemObject
  FM.IceLinkRtpPacketHeader

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The RtpPacketHeader type exposes the following members.

Constructors
  NameDescription
Public methodRtpPacketHeader
Creates a new instance of the Packet Header.
Top
Properties
  NameDescription
Public propertyContributingSourceCount
Gets or sets the number of contributing sources added to this rtp packet.
Public propertyContributingSources
Gets or sets the contributing sources in this rtp packet.
Public propertyExtension
Gets or sets if there is an extension added to this rtp packet.
Public propertyStatic memberFixedHeaderLength
Gets the length of the fixed header.
Public propertyHeaderExtension
Gets or sets the header extension.
Public propertyMarker
Gets or sets if the marker bit is set.
Public propertyPadding
Gets or sets if this rtp packet has padding.
Public propertyPaddingLength
Gets the number of bytes of padding of the decoded rtp packet.
Public propertyPayloadType
Gets or sets the payload type of this rtp packet.
Public propertySequenceNumber
Gets or sets the sequence number of the packet.
Public propertySynchronizationSource
Gets or sets the synchronization source source of the packet.
Public propertyTimestamp
Gets or sets the timestamp of the packet.
Public propertyVersion
Gets or sets the version of the rtp packet. Should be 2.
Top
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