Click or drag to resize
AVIReaderInit Method (String)
Initializes Reader.

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
Filename of the file.

Return Value

Type: Boolean
Returns true on success, otherwise false.

Implements

IReaderInit(String)
See Also