Click or drag to resize
MatroskaWriter Methods

The MatroskaWriter type exposes the following members.

Methods
  NameDescription
Public methodAddTrack
Adds a new track to the Matroska container.
Public methodClose
Finalizes all tracks and closes the stream object.
Public methodDispose
Public methodEndTrack
Finalizes a track in the container.
Public methodInit(Stream)
Initializes the MKV container with the provided stream.
Public methodInit(String)
Public methodWriteTrack
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