| MP4WriterConfiguration Class |
Namespace: StreamCoders.Container.MP4
The MP4WriterConfiguration type exposes the following members.
| Name | Description | |
|---|---|---|
| MP4WriterConfiguration |
Default Constructor initializes to ISO mode.
| |
| MP4WriterConfiguration(IsoStreamingMode) |
Initializes writer configuration to particular standard definition.
|
| Name | Description | |
|---|---|---|
| InitialTrackNumber |
The initial track number to be used when tracks are added. The default is 1.
| |
| StreamingMode |
| Name | Description | |
|---|---|---|
| CompatibleBrands |
Compatible brands of MP4 file to be created.
| |
| MajorBrand |
Major brand of MP4 file to be created.
| |
| SamplesPerChunk |
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.
| |
| UseFragments |
Enables the use of fragments to construct the container.
|
| Name | Description | |
|---|---|---|
| Copy | Overloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.) | |
| Copy(Object) | Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.) |