PSPSDK 2026-01-22
Loading...
Searching...
No Matches
pspaudiorouting.h File Reference

Go to the source code of this file.

Functions

int sceAudioRoutingSetMode (int mode)
 Set routing mode.
 
int sceAudioRoutingGetMode (void)
 Get routing mode.
 
int sceAudioRoutingGetVolumeMode (void)
 Get the current routing volume mode.
 
int sceAudioRoutingSetVolumeMode (int vol_mode)
 Set the routing volume mode.
 

Function Documentation

◆ sceAudioRoutingGetMode()

int sceAudioRoutingGetMode ( void )

Get routing mode.

Returns
the current routing mode.

◆ sceAudioRoutingGetVolumeMode()

int sceAudioRoutingGetVolumeMode ( void )

Get the current routing volume mode.

Returns
The current routing volume mode.

◆ sceAudioRoutingSetMode()

int sceAudioRoutingSetMode ( int mode)

Set routing mode.

Parameters
modeThe routing mode to set (0 or 1)
Returns
the previous routing mode, or < 0 on error

◆ sceAudioRoutingSetVolumeMode()

int sceAudioRoutingSetVolumeMode ( int vol_mode)

Set the routing volume mode.

Parameters
vol_modeThe routing volume to set (0 or 1).
Returns
0 on success, < 0 on error.