Click or drag to resize
IWriterInit Method (Stream)
Initializes the writer with an already existing stream.

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

Parameters

inputStream
Type: System.IOStream
Stream to write to

Return Value

Type: Boolean
See Also