Click or drag to resize
Mp4WriterInit Method (String)
Initializes streamWriter by creating a file.

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

Parameters

filename
Type: SystemString
Filename of the file.

Return Value

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

Implements

IWriterInit(String)
See Also