Click or drag to resize
AVIWriterInit Method (String)
Initializes AVI class and creates filename for further processing.
Needs to be called before adding the tracks.

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

Parameters

filename
Type: SystemString
[in,out] If non-null, filename of the file.

Return Value

Type: Boolean
Returns true on success, otherwise false.

Implements

IWriterInit(String)
See Also