pspaudiorouting.h

Go to the documentation of this file.
00001 /*
00002  * PSP Software Development Kit - http://www.pspdev.org
00003  * -----------------------------------------------------------------------
00004  * Licensed under the BSD license, see LICENSE in PSPSDK root for details.
00005  *
00006  * pspaudiorouting.h - Interface to sceAudioRouting.
00007  *
00008  * Copyright (c) 2007 Alexander Berl <raphael@fx-world.org>
00009  *
00010  * $Id: pspinit.h 2345 2007-12-08 02:34:59Z raphael $
00011  */
00012 #ifndef __PSPAUDIOROUTING_H__
00013 #define __PSPAUDIOROUTING_H__
00014 
00022 int sceAudioRoutingSetMode( int mode );
00023 
00029 int sceAudioRoutingGetMode();
00030 
00031 #endif
00032