Click or drag to resize

FormActMainPlaySound Method

Plays a PCM wave file using the currently selected implementation in PlaySoundMethod.

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public void PlaySound(
	string pszSound
)

Parameters

pszSound
Type: SystemString
File path to WAV
See Also