Click or drag to resize
Accord.NET (logo)

WaveDecoderOpen Method (SoundStream)

Opens the specified stream.

Namespace:  Accord.Audio.Formats
Assembly:  Accord.Audio.DirectSound (in Accord.Audio.DirectSound.dll) Version: 3.8.0
Syntax
public int Open(
	SoundStream stream
)
Request Example View Source

Parameters

stream
Type: SoundStream
Stream to open.

Return Value

Type: Int32
Returns number of frames found in the specified stream.
See Also