Return to previous page | Return to menu | Go to next page


Bool
Sound function

slPCMOff

Stop playing with PCM sound source

Format

Bool slPCMOff(Pdat)
PCM *Pdat ;

Parameter

Pdat PCM structure data

Function

Stops PCM playback for the specified channel.

Return value

If the command buffer is full, the function returns FALSE.

Remarks

For details on the PCM type structure, refer to the separate "Structure Reference".

Reference: Chapter 14 Sound Library

slPCMOff


Return to previous page | Return to menu | Go to next page