GTAdhocAPI
Gran Turismo (6) Adhoc API Documentation
Loading...
Searching...
No Matches
pdistd::MSystemBGM Class Reference

Handler for user-provided music. More...

Static Public Member Functions

static Int play ()
 cellMusicSetPlaybackCommand2 More...
 
static Int stop ()
 
static Int pause ()
 
static Int next ()
 
static Int prev ()
 
static Int fadeout ()
 
static Int setVolume ()
 cellMusicSetVolume2 More...
 
static Int getContext ()
 cellMusicGetSelectionContext2 More...
 
static Int setContext ()
 cellMusicSetSelectionContext2 More...
 
static Int getContextSize ()
 
static Int initialize ()
 cellMusicInitialize2 More...
 
static Int finalize ()
 cellMusicFinalize2 More...
 
static Int isSuccess (Int error_code)
 Always use this after each command. Checks if the cell error code is success. More...
 
static Int isCanceled ()
 
static Int startSelectionMenu ()
 cellMusicSelectContents2 - Brings up PS3 playlist/track select More...
 

Detailed Description

Handler for user-provided music.

Definition at line 6 of file MSystemBGM.cpp.

Member Function Documentation

◆ fadeout()

static Int pdistd::MSystemBGM::fadeout ( )
static

◆ finalize()

static Int pdistd::MSystemBGM::finalize ( )
static

cellMusicFinalize2

◆ getContext()

static Int pdistd::MSystemBGM::getContext ( )
static

cellMusicGetSelectionContext2

◆ getContextSize()

static Int pdistd::MSystemBGM::getContextSize ( )
static

◆ initialize()

static Int pdistd::MSystemBGM::initialize ( )
static

cellMusicInitialize2

◆ isCanceled()

static Int pdistd::MSystemBGM::isCanceled ( )
static

◆ isSuccess()

static Int pdistd::MSystemBGM::isSuccess ( Int  error_code)
static

Always use this after each command. Checks if the cell error code is success.

◆ next()

static Int pdistd::MSystemBGM::next ( )
static

◆ pause()

static Int pdistd::MSystemBGM::pause ( )
static

◆ play()

static Int pdistd::MSystemBGM::play ( )
static

cellMusicSetPlaybackCommand2

◆ prev()

static Int pdistd::MSystemBGM::prev ( )
static

◆ setContext()

static Int pdistd::MSystemBGM::setContext ( )
static

cellMusicSetSelectionContext2

◆ setVolume()

static Int pdistd::MSystemBGM::setVolume ( )
static

cellMusicSetVolume2

◆ startSelectionMenu()

static Int pdistd::MSystemBGM::startSelectionMenu ( )
static

cellMusicSelectContents2 - Brings up PS3 playlist/track select

◆ stop()

static Int pdistd::MSystemBGM::stop ( )
static

The documentation for this class was generated from the following file: