PSPSDK 2026-01-22
Loading...
Searching...
No Matches
pspaudiorouting.h
Go to the documentation of this file.
1/*
2 * PSP Software Development Kit - https://github.com/pspdev
3 * -----------------------------------------------------------------------
4 * Licensed under the BSD license, see LICENSE in PSPSDK root for details.
5 *
6 * pspaudiorouting.h - Interface to sceAudioRouting.
7 *
8 * Copyright (c) 2007 Alexander Berl <raphael@fx-world.org>
9 *
10 */
11#ifndef __PSPAUDIOROUTING_H__
12#define __PSPAUDIOROUTING_H__
13
14#ifdef __cplusplus
15extern "C" {
16#endif /* __cplusplus */
17
25int sceAudioRoutingSetMode( int mode );
26
33
39
47
48#ifdef __cplusplus
49}
50#endif /* __cplusplus */
51
52#endif /* __PSPAUDIOROUTING_H__ */
53
int sceAudioRoutingGetMode(void)
Get routing mode.
int sceAudioRoutingSetVolumeMode(int vol_mode)
Set the routing volume mode.
int sceAudioRoutingSetMode(int mode)
Set routing mode.
int sceAudioRoutingGetVolumeMode(void)
Get the current routing volume mode.