Enumerations | |
| enum | ESOLoop { IKX_NO_LOOP = 0, IKX_SIMPLE_LOOP = 1, IKX_RANDOM_LOOP = 2 } |
| Loop enumeration. More... | |
| enum | ESOMixLevel { KSO_MXL_VERYUP, KSO_MXL_UP, KSO_MX_DEF, KSO_MX_DOWN, KSO_MX_VERYDOWN } |
| An enumerator to control mix level. More... | |
| enum | ESOPriority { KSO_PRIORITY_MAX, KSO_PRIORITY_MIN, KSO_PRIORITY_MIDDLE } |
| An enumerator to control sound out thread priority. More... | |
Functions | |
| KL_API KBool | so_play (KFile *file, KProgress *kProg) |
| Launches the playing. | |
| KL_API KBool | so_init () |
| Initializes the audio card. | |
| KL_API KBool | so_close () |
| Closes the audio card. | |
| KL_API KBool | so_pause () |
| Puts the playing in a pause state. | |
| KL_API KBool | so_stop () |
| Stops the playing. | |
| KL_API KBool | so_setVolume (KDouble v) |
| Sets a new general volume. | |
| KL_API KDouble | so_getVolume () |
| Gets the general volume. | |
| KL_API KBool | so_setLoop (ESOLoop tLoop) |
| Sets the loop mode. | |
| KL_API KBool | so_setTime (KDouble t) |
| Continues the reading from a new date. This function has an effect only in playing or pause mode. | |
| KL_API KDouble | so_getTime (KFile *file) |
| Gets the current time. | |
| KL_API KBool | so_isLoop () |
| Indicates if the mode repeat is active. | |
| KL_API KBool | so_isPlay () |
| Indicates if the state is playing or pause. | |
| KL_API KBool | so_isPause () |
| Indicates if the state is pause. | |
| KL_API KBool | so_setMasterPan (const KDouble pan) |
| Sets the general panoramization. | |
| KL_API KDouble | so_getMasterPan () |
| Gets the general panoramization. | |
| KL_API KInt | so_getRealTime () |
| Gets the time in seconds. | |
| KL_API void | so_set_mix_level (ESOMixLevel eMixLvl) |
| Controls the mix level. | |
| KL_API void | so_set_priority (ESOPriority ePriority) |
| Sets the priority of the sound out thread. | |
|
|
Loop enumeration.
|
|
|
An enumerator to control mix level.
|
|
|
An enumerator to control sound out thread priority.
|
|
|
Closes the audio card.
|
|
|
Gets the general panoramization. The sound card must be initialized before calling this function with the so_init function
|
|
|
Gets the time in seconds. The sound card must be initialized before calling this function with the so_init function
|
|
|
Gets the current time. The sound card must be initialized before calling this function with the so_init function
|
|
|
Gets the general volume. The sound card must be initialized before calling this function with the so_init function
|
|
|
Initializes the audio card.
|
|
|
Indicates if the mode repeat is active. The sound card must be initialized before calling this function with the so_init function
|
|
|
Indicates if the state is pause. The sound card must be initialized before calling this function with the so_init function
|
|
|
Indicates if the state is playing or pause. The sound card must be initialized before calling this function with the so_init function
|
|
|
Puts the playing in a pause state. If the playing is already in pause, puts it in play state The sound card must be initialized before calling this function with the so_init function
|
|
||||||||||||
|
Launches the playing. The sound card must be initialized before calling this function with the so_init function
|
|
|
Controls the mix level. The sound card must be initialized before calling this function with the so_init function
|
|
|
Sets the priority of the sound out thread. The sound card must be initialized before calling this function with the so_init function
|
|
|
Sets the loop mode. The sound card must be initialized before calling this function with the so_init function
|
|
|
Sets the general panoramization. The sound card must be initialized before calling this function with the so_init function
|
|
|
Continues the reading from a new date. This function has an effect only in playing or pause mode. The sound card must be initialized before calling this function with the so_init function
|
|
|
Sets a new general volume. The sound card must be initialized before calling this function with the so_init function
|
|
|
Stops the playing. The sound card must be initialized before calling this function with the so_init function
|
1.3.8