Click or drag to resize
MP4WriterConfiguration Class
Mp4Writer Configuration.
Inheritance Hierarchy
SystemObject
  StreamCoders.Container.MP4MP4WriterConfiguration

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

The MP4WriterConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodMP4WriterConfiguration
Default Constructor initializes to ISO mode.
Public methodMP4WriterConfiguration(IsoStreamingMode)
Initializes writer configuration to particular standard definition.
Top
Properties
  NameDescription
Public propertyInitialTrackNumber
The initial track number to be used when tracks are added. The default is 1.
Public propertyStreamingMode
Top
Fields
  NameDescription
Public fieldCompatibleBrands
Compatible brands of MP4 file to be created.
Public fieldMajorBrand
Major brand of MP4 file to be created.
Public fieldSamplesPerChunk
The number of samples to be contained inside an mp4 chunk. If Mp4Writer is set to use fragments, then this is the number of samples per track run.
Public fieldUseFragments
Enables the use of fragments to construct the container.
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