Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
4/8/2010
The following table shows the functions used to support sounds in a Windows Mobile device, with a description of the purpose of each.
Programming Element | Description |
---|---|
|
|
|
|
Closes a sound handle. |
|
Gets the current sound file for the indicated sound event. |
|
Returns an array of possible directories for sound files for the specified sound event type and memory location. |
|
Returns an array of available sound files on the device for the specified sound event. |
|
Returns a handle to an event that is set when the sound is done playing. |
|
Creates a sound handle based on a sound file. |
|
Starts asynchronous playback of a sound. |
|
Plays a file synchronously. |
|
Sets the current sound file for the indicated event. |
|
Stops playback of a sound. |
|
Validates whether or not a sound is playable. |