Click or drag to resize
RTPPacketInfo Class
Contains data about an RTP packet.
Inheritance Hierarchy

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class RTPPacketInfo : EventArgs

The RTPPacketInfo type exposes the following members.

Constructors
  NameDescription
Public methodRTPPacketInfo
Initializes a new instance of the RTPPacketInfo class
Top
Properties
  NameDescription
Public propertyBytes
Gets or sets the byte representation of the RTP packet.
Public propertyCSRCCount
Gets or sets the number of CSRC identifiers.
Public propertyExtension
Gets or sets the value of the extension bit.
Public propertyMarker
Gets ir sets the value of the marker bit.
Public propertyPadding
Gets or sets the value of the padding bit. If the padding bit is set, the packet contains one or more additional padding octets at the end which are not part of the payload
Public propertyPayload
Gets or sets the payload.
Public propertyPayloadLength
Gets or sets the length of the payload.
Public propertyPayloadType
Gets or sets the format of the RTP payload.
Public propertySequenceNumber
Gets or sets the sequence number of the RTP data.
Public propertySSRCIdentifier
Gets or sets the identifier of the synchronization source.
Public propertyTimestamp
Gets or sets the timestamp value.
Public propertyVersion
Gets or sets the version of RTP.
Top
See Also