Click or drag to resize
WebMWriter Methods

The WebMWriter type exposes the following members.

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