Sound Function - Sound Module Control Function

sdPstmSetFxLev

Sets the FX level of a PCM Stream port

FORMAT

SDE_ERR sdPstmSetFxLev( handle, fx_lev )
SDPSTM handle
Sint8 fx_lev

PARAMETER

 handle  Object handle 
 fx_lev  FX level to set 

RETURN

 SDE_ERR_NO_INIT  The Sound Library has not been initialized 
 SDE_ERR_HANDLE_NULL  The handle is NULL 
 SDE_ERR_PRM_OVER_RANGE  Parameter out of range 
 SDE_ERR_HOST_CMD_BUF_NO_ENOUGH  No more host commands can be accepted 

DESCRIPTION

Sets the effects level of a PCM Stream port.

The range of values for fx_lev, " which specifies FX levels, is -007FH (min) to 0000H (mid) to 007FH (max).


sdPstmSetFxLev
COPYRIGHT © SEGA ENTERPRISES, LTD., 1998,1999