Click or drag to resize
WebMWriter Class
WebM container streamWriter.
Inheritance Hierarchy
SystemObject
  StreamCoders.ContainerMatroskaWriter
    StreamCoders.ContainerWebMWriter

Namespace: StreamCoders.Container
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public class WebMWriter : MatroskaWriter

The WebMWriter type exposes the following members.

Constructors
  NameDescription
Public methodWebMWriter
Initializes a new instance of the WebMWriter class
Top
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
Fields
  NameDescription
Public fieldConfiguration
Container specific configurations. These should be set before calling the Init method.
(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