PolyTone.Play Method

Plays each tone sequentially in the order specified by the constructor arguments.

Syntax

[C#]
public int Play()

Return Value

A result code that indicates either success or a particular fault condition. This value can be tested with static helper methods provided by the Tone class.

Notes

If EnableExceptions has been set to true, fault conditions will raise an exception.

More Information

PolyTone Class