AVIReaderInit Method (Stream) |
Not supported. Use Init(string) instead.
Namespace: StreamCoders.ContainerAssembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic virtual bool Init(
Stream stream
)
Public Overridable Function Init (
stream As Stream
) As Boolean
public:
virtual bool Init(
Stream^ stream
)
abstract Init :
stream : Stream -> bool
override Init :
stream : Stream -> bool
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