|
WaveDecoderOpen Method (String)
|
Open specified stream.
Namespace:
Accord.Audio.Formats
Assembly:
Accord.Audio.DirectSound (in Accord.Audio.DirectSound.dll) Version: 3.8.0
Syntax public int Open(
string path
)
Public Function Open (
path As String
) As Integer
Request Example
View SourceParameters
- path
- Type: SystemString
Path of file to open as stream.
Return Value
Type:
Int32Returns number of frames found in the specified stream.
See Also