handle | Object handle |
speed | Target play speed |
fade_time | Time to reach target play speed |
SDE_ERR_NO_INIT | The Sound Library has not been initialized | |
SDE_ERR_HANDLE_NULL | The handle is NULL | |
SDE_ERR_HOST_CMD_BUF_NO_ENOUGH | No more host commands can be accepted |
The range of speed, which specifies play speed, is -18FFH (slowest) to 0000H (mid) to 18FFH (fastest), with half speed = -0C00H and double speed = 0C00H.
The units of fade_time, which specify the time necessary to reach play speed, are milliseconds, from 0000H (fastest) to 7FFFH (slowest).