Click or drag to resize

RtpPacketHeader Properties

The RtpPacketHeader type exposes the following members.

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
See Also