Click or drag to resize
IReaderInit Method (Stream)
Initialises this instance given a stream.

Namespace: StreamCoders
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
bool Init(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The stream.

Return Value

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