|
WaveDecoderOpen Method (Stream)
|
Open specified stream.
Namespace:
Accord.Audio.Formats
Assembly:
Accord.Audio.DirectSound (in Accord.Audio.DirectSound.dll) Version: 3.8.0
Syntax public int Open(
Stream stream
)
Public Function Open (
stream As Stream
) As Integer
Request Example
View SourceParameters
- stream
- Type: System.IOStream
Stream to open.
Return Value
Type:
Int32Returns number of frames found in the specified stream.
Implements
IAudioDecoderOpen(Stream)See Also