Click or drag to resize
AVIReaderInit Method (Stream)
Not supported. Use Init(string) instead.

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

Parameters

stream
Type: System.IOStream
If non-null, the stream.

Return Value

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

Implements

IReaderInit(Stream)
See Also