IWriterInit Method (Stream) |
Initializes the writer with an already existing stream.
Namespace: StreamCodersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxbool Init(
Stream inputStream
)
Function Init (
inputStream As Stream
) As Boolean
bool Init(
Stream^ inputStream
)
abstract Init :
inputStream : Stream -> bool
Parameters
- inputStream
- Type: System.IOStream
Stream to write to
Return Value
Type:
Boolean
See Also