Click or drag to resize
Mp4Writer Methods

The Mp4Writer type exposes the following members.

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
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