IReaderInit Method (Stream) |
Initialises this instance given a stream.
Namespace: StreamCodersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxbool Init(
Stream stream
)
Function Init (
stream As Stream
) As Boolean
bool Init(
Stream^ stream
)
abstract Init :
stream : Stream -> bool
Parameters
- stream
- Type: System.IOStream
The stream.
Return Value
Type:
Boolean
true if it succeeds, false if it fails.
See Also