Click or drag to resize
FlvReaderInit Method (Stream)
Initializes FLVReader with the previously specified FileName.

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 custom stream.

Return Value

Type: Boolean
Returns true on success, otherwise false.

Implements

IReaderInit(Stream)
See Also