Click or drag to resize

cAudioPlayerWasapiPlay Method

Namespace:  CSAudioCDPlayer
Assembly:  CSAudioCDPlayer (in CSAudioCDPlayer.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public void Play(
	string FileName,
	int DeviceIndex,
	DecodeMode DecodeMode = DecodeMode.LocalCodecs,
	int Samplerate = 0,
	short Bits = 0,
	short Channels = 0
)

Parameters

FileName
Type: SystemString
DeviceIndex
Type: SystemInt32
DecodeMode (Optional)
Type: CSAudioCDPlayerDecodeMode
Samplerate (Optional)
Type: SystemInt32
Bits (Optional)
Type: SystemInt16
Channels (Optional)
Type: SystemInt16

Implements

cAudioCDPlayerPlay(String, Int32, DecodeMode, Int32, Int16, Int16)
See Also