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

No description provided.

volume
System.Single

No description provided.

recursive
bool

No description provided.

finishBeforeContinuing
bool

No description provided.

name
string

No description provided.

useFileName
bool

No description provided.

Return Type

double

Example

CPH.PlaySoundFromFolder(path);
CPH.PlaySoundFromFolder(path, volume, recursive, finishBeforeContinuing, name, useFileName);