PlaySoundFromFolder
C# Methods Reference
Signature
public double PlaySoundFromFolder(string path, Single volume = 1, bool recursive = false, bool finishBeforeContinuing = false, string name, bool useFileName = true)
Parameters
path
string required
volume
System.Single
recursive
bool
finishBeforeContinuing
bool
name
string
useFileName
bool
Return Type
double
Example
CPH.PlaySoundFromFolder(path);
CPH.PlaySoundFromFolder(path, volume, recursive, finishBeforeContinuing, name, useFileName);