OPaudioPlayer.h¶
OPaudioPlayer¶
- OPaudioEmitter* Emitters
- OPint Count
- OPint Current
Globals¶
- OPaudioPlayer* OPAUD_CURR_PLAYER
_____ _ _ _
/ ____| | | | | |
| | __| | ___ | |__ __ _| |___
| | |_ | |/ _ \| '_ \ / _` | / __|
| |__| | | (_) | |_) | (_| | \__ \
\_____|_|\___/|_.__/ \__,_|_|___/
Functions¶
- OPaudioPlayer OPaudPlayerCreate ( OPaudioSource* src, OPint sounds, OPint looping )
______ _ _
____| | | (_)
|__ _ _ _ __ ___| |_ _ ___ _ __ ___
__| | | | '_ \ / __| __| |/ _ \| '_ \/ __|
| | |_| | | | | (__| |_| | (_) | | | \__ \
\__,_|_| |_|\___|\__|_|\___/|_| |_|___/
- void OPaudPlayerDestroy ( OPaudioPlayer* player )
- void OPaudPlayerPlay ( )
- void OPaudPlayerStop ( )
- void OPaudPlayerPause ( )
- void OPaudPlayerUpdate ( void() Proc )
- void OPaudPlayerPosition ( OPvec3* position )
- void OPaudPlayerVelocity ( OPvec3* velocity )
- void OPaudPlayerVolume ( OPfloat gain )
- void OPaudPlayerPitch ( OPfloat pitch )