|
WaveEncoder Constructor (FileStream)
|
Constructs a new Wave encoder.
Namespace:
Accord.Audio.Formats
Assembly:
Accord.Audio.DirectSound (in Accord.Audio.DirectSound.dll) Version: 3.8.0
Syntax public WaveEncoder(
FileStream stream
)
Public Sub New (
stream As FileStream
)
Request Example
View SourceParameters
- stream
- Type: System.IOFileStream
A file stream to store the encoded data.
See Also