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
Default:
1
recursive
bool
Default:
False
finishBeforeContinuing
bool
Default:
False
name
string
useFileName
bool
Default:
True

No description provided.

Return Type

double

Example

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