#include "THPPlayer.h" #define THP_SOUND_MODE_MONO 0 #define THP_SOUND_MODE_STEREO 1 #define THP_SOUND_MODE_SURROUND THP_SOUND_MODE_STEREO #define THP_SOUND_MODE_DPL2 THP_SOUND_MODE_STEREO void THPPlayerSetSoundMode(s32 mode);
| mode |
|
|---|
None.
The THPPlayerSetSoundMode function configures the THP player's sound output mode. These modes should be set in conjunction with the mode set for AX.
The THP player's default output mode is THP_SOUND_MODE_STEREO.
Note: The THPPlayerSetSoundMode function is not prepared for THP players that use the AX audio stream (THPPlayerStrmAX). THPPlayerStrmAX plays output data in accordance with the mode configured in the AX library.
2008/02/28 Initial version.
CONFIDENTIAL