Initializes a new instance of the
RawWriter class based on the supplied stream.
Namespace: Alvas.AudioAssembly: Alvas.Audio (in Alvas.Audio.dll) Version: 2016.0.6173.41573
Syntax public RawWriter(
Stream output
)
Public Sub New (
output As Stream
)
public:
RawWriter(
Stream^ output
)
Parameters
- output
- Type: System.IOStream
The supplied stream.
See Also