|
WaveEncoderOpen Method (FileStream)
|
Opens the specified stream.
Namespace:
Accord.Audio.Formats
Assembly:
Accord.Audio.DirectSound (in Accord.Audio.DirectSound.dll) Version: 3.8.0
Syntax public void Open(
FileStream stream
)
Public Sub Open (
stream As FileStream
)
Request Example
View SourceParameters
- stream
- Type: System.IOFileStream
Stream to open.
Return Value
Type:
Returns number of frames found in the specified stream.
See Also