PlaySoundFromFolder

C# Methods Reference

public double PlaySoundFromFolder(string path, Single volume = 1, bool recursive = false, bool finishBeforeContinuing = false, string name, bool useFileName = true)
path
string required
volume
System.Single
recursive
bool
finishBeforeContinuing
bool
name
string
useFileName
bool
double
CPH.PlaySoundFromFolder(path);
CPH.PlaySoundFromFolder(path, volume, recursive, finishBeforeContinuing, name, useFileName);