Click or drag to resize

cAudioPlayerWasapiOpen Method

Namespace:  CSAudioPlayer
Assembly:  CSAudioPlayer (in CSAudioPlayer.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public bool Open(
	string FileName,
	DecodeMode DecodeMode = DecodeMode.LocalCodecs
)

Parameters

FileName
Type: SystemString
DecodeMode (Optional)
Type: CSAudioPlayerDecodeMode

Return Value

Type: Boolean

Implements

cAudioPlayerOpen(String, DecodeMode)
See Also