Click or drag to resize
Mp4Writer Class
MP4 inputStream streamWriter.
Inheritance Hierarchy
SystemObject
  StreamCoders.ContainerMp4Writer

Namespace: StreamCoders.Container
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public class Mp4Writer : IWriter, IDisposable

The Mp4Writer type exposes the following members.

Constructors
  NameDescription
Public methodMp4Writer
Constructs an instance.
Top
Properties
  NameDescription
Public propertyCompatibilityMode
true if compatibility mode, false if not.
Top
Methods
  NameDescription
Public methodAddTrack
Adds a track to the streamWriter.
Public methodClose
Closes streamWriter and finalizes all boxes.
Public methodDispose
Dispose of this instance, cleaning up any resources it uses.
Public methodEndTrack
Ends a particular track.
Public methodInit(Stream)
Initializes streamWriter by taking a stream.
Public methodInit(String)
Initializes streamWriter by creating a file.
Public methodWriteTrack
Writes buffer to a track.
Top
Fields
  NameDescription
Public fieldConfiguration
The configuration.
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