Click or drag to resize
RtpHeaderExtension Class
Represents RTP Header Extension used by RtpPacket class.
Inheritance Hierarchy
SystemObject
  StreamCoders.RtpRtpHeaderExtension

Namespace: StreamCoders.Rtp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public class RtpHeaderExtension

The RtpHeaderExtension type exposes the following members.

Constructors
  NameDescription
Public methodRtpHeaderExtension
Initializes a new instance of the RtpHeaderExtension class
Top
Properties
  NameDescription
Public propertyDefinedByProfile
Gets or sets the Profile defining the extension.
Public propertyExtensions
An array containing 32-bit word extensions.
Top
Extension Methods
  NameDescription
Public Extension MethodCopyOverloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.)
Public Extension MethodCopy(Object)Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.)
Top
See Also