Click or drag to resize
Mp4RtpImmediateConstructor Class
The immediate mode permits the insertion of payload-specific headers (e.g. the RTP H.261 header). For hint tracks where the media is sent ‘in the clear’, the sample entry then specifies the bytes to copy from the media track, by giving the sample number, data offset, and length to copy.
The track reference may index into the table of track references (a strictly positive value), name the hint track itself (-1), or the only associated media track (0). (The value zero is therefore equivalent to the value 1.)
Inheritance Hierarchy
SystemObject
  StreamCoders.Container.MP4Mp4RtpConstructor
    StreamCoders.Container.MP4Mp4RtpImmediateConstructor

Namespace: StreamCoders.Container.MP4
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public class Mp4RtpImmediateConstructor : Mp4RtpConstructor

The Mp4RtpImmediateConstructor type exposes the following members.

Constructors
  NameDescription
Public methodMp4RtpImmediateConstructor
Initializes a new instance of the Mp4RtpImmediateConstructor class
Top
Properties
  NameDescription
Public propertyConstructorType (Inherited from Mp4RtpConstructor.)
Public propertyCount
Gets or sets the number of significant information in Data.
Public propertyData
Gets or sets the data used to construct RTP packets.
Public propertyPad
Gets or sets the padding. Padding size is 14-Count
Top
Methods
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