The public class WaveLinkTone is supported on iOS, Windows Mobile, Windows CE, Palm, and DOS. However, not all methods are supported for all OS types.
The Class WaveLinkTone provides the interface for creating tone configurations for the device.
Constructors
public WaveLinkTone()
Methods
Adds a specific note to the WaveLinkTone object. |
|
Clears the notes from the WaveLinkTone object. |
|
Deletes tone files from the device. |
|
Sets or returns the duration of a specific note in the WaveLinkTone object. |
|
Sets or returns the frequency of a specific note in the WaveLinkTone object. |
|
Returns the a tone file into the current WaveLinkTone object. |
|
Returns the number of tone files on the device and stores the list of names in the WaveLinkTone object. |
|
Plays a tone file. |
|
Removes a specific note from the current WaveLinkTone object. |
|
Stores the WaveLinkTone object as a tone file on the device for future use. |
|
Returns the number of notes within the WaveLinkTone object. |
|
Returns the number of tone files returned by the last successful call to the ListToneFiles Method. |
|
Returns the file name of a saved tone file. |
Remarks
Individual notes are stored within a WaveLinkTone object, and each note is defined by a frequency and a duration. Once defined, a specific note remains within a WaveLinkTone object until either the object is released or all notes are cleared from the object using ClearTones Method. This allows you to use a single tone object within your application which may be modified instead of creating a new tone object for each use.
Was this article useful?
The topic was:
Inaccurate
Incomplete
Not what I expected
Other