Click or drag to resize
Mp4ReaderInit Method (String)
Initialises this object.

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

Return Value

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

Implements

IReaderInit(String)
Exceptions
ExceptionCondition
Exception Thrown when an exception error condition occurs.
See Also