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.8.3.286
Syntax
C#
public void PlaySound(
	string pszSound
)

Parameters

pszSound  String
File path to WAV
See Also