Click or drag to resize
Mp4WriterInit Method (Stream)
Initializes streamWriter by taking a 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 stream.

Return Value

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

Implements

IWriterInit(Stream)
See Also