WebMWriter Class |
Namespace: StreamCoders.Container
The WebMWriter type exposes the following members.
Name | Description | |
---|---|---|
![]() | WebMWriter | Initializes a new instance of the WebMWriter class |
Name | Description | |
---|---|---|
![]() | AddTrack |
Adds a new track to the Matroska container.
(Inherited from MatroskaWriter.) |
![]() | Close |
Finalizes all tracks and closes the stream object.
(Inherited from MatroskaWriter.) |
![]() | Dispose | (Inherited from MatroskaWriter.) |
![]() | EndTrack |
Finalizes a track in the container.
(Inherited from MatroskaWriter.) |
![]() | Init(Stream) |
Initializes the MKV container with the provided stream.
(Inherited from MatroskaWriter.) |
![]() | Init(String) | (Inherited from MatroskaWriter.) |
![]() | WriteTrack | (Inherited from MatroskaWriter.) |
Name | Description | |
---|---|---|
![]() | Configuration |
Container specific configurations. These should be set before calling the Init method.
(Inherited from MatroskaWriter.) |
Name | Description | |
---|---|---|
![]() | Copy | Overloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.) |
![]() | Copy(Object) | Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.) |