Click or drag to resize
BitStreamWriter Constructor
Initializes a new instance of the BitStreamWriter class

Namespace: StreamCoders.Decoder
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public BitStreamWriter(
	Stream outstream
)

Parameters

outstream
Type: System.IOStream
See Also