Function/Constant
|
Description
|
void SetChannelView(int view)
|
Use SetChannelMode(int value) instead.
|
int GetChannelView()
|
Use GetChannelMode() instead.
|
void SetShiftOutwards(int enable)
|
Use SetDirection(int value) with value DIRECTION_X_AXIS_EXPLODE or DIRECTION_Y_AXIS_EXPLODE instead to activate outwards movement. Use any other available direction to deactivate it.
|
int GetShiftOutwards()
|
Use GetDirection() instead. If it returns DIRECTION_X_AXIS_EXPLODE or DIRECTION_Y_AXIS_EXPLODE, outwards movement is currently activated. Otherwise, it is currently deactivated.
|
void SetShiftInwards(int enable)
|
Use SetDirection(int value) with value DIRECTION_X_AXIS_IMPLODE or DIRECTION_Y_AXIS_IMPLODE instead to activate inwards movement. Use any other available direction to deactivate it.
|
int GetShiftInwards()
|
Use GetDirection() instead. If it returns DIRECTION_X_AXIS_IMPLODE or DIRECTION_Y_AXIS_IMPLODE, inwards movement is currently activated. Otherwise, it is currently deactivated.
|
CHM_STEREO
|
Use CHANNEL_MODE_STEREO instead.
|
CHM_MONO
|
Use CHANNEL_MODE_MONO instead.
|
CHM_LEFT
|
Use CHANNEL_MODE_LEFT instead.
|
CHM_RIGHT
|
Use CHANNEL_MODE_RIGHT instead.
|