Click or drag to resize
MatroskaWriterInit Method (Stream)
Initializes the MKV container with the provided stream.

Namespace: StreamCoders.Container
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public bool Init(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The output stream used to construct the MKV container.

Return Value

Type: Boolean
true if it succeeds, false if it fails.

Implements

IWriterInit(Stream)
See Also