fbaudio.h File Reference
Detailed Description
fbaudio.h fbaudio.h fbaudio.h fbaudio.h
fbaudio.h fbaudio.h fbaudio.h fbaudio.h fbaudio.h fbaudio.h
fbaudio.h fbaudio.h fbaudio.h fbaudio.h fbaudio.h fbaudio.h
fbaudio.h fbaudio.h fbaudio.h fbaudio.h fbaudio.h fbaudio.h
fbaudio.h fbaudio.h fbaudio.h fbaudio.h fbaudio.h fbaudio.h
fbaudio.h fbaudio.h fbaudio.h fbaudio.h fbaudio.h fbaudio.h
fbaudio.h fbaudio.h fbaudio.h fbaudio.h fbaudio.h fbaudio.h
fbaudio.h fbaudio.h fbaudio.h fbaudio.h fbaudio.h fbaudio.h
fbaudio.h fbaudio.h fbaudio.h fbaudio.h fbaudio.h fbaudio.h
fbaudio.h fbaudio.h fbaudio.h fbaudio.h fbaudio.h fbaudio.h
fbaudio.h fbaudio.h fbaudio.h fbaudio.h fbaudio.h fbaudio.h
fbaudio.h fbaudio.h fbaudio.h fbaudio.h fbaudio.h fbaudio.h
fbaudio.h fbaudio.h fbaudio.h fbaudio.h fbaudio.h fbaudio.h
fbaudio.h fbaudio.h fbaudio.h fbaudio.h fbaudio.h fbaudio.h
fbaudio.h fbaudio.h fbaudio.h fbaudio.h fbaudio.h fbaudio.h
fbaudio.h fbaudio.h fbaudio.h fbaudio.h fbaudio.h fbaudio.h
fbaudio.h fbaudio.h fbaudio.h fbaudio.h fbaudio.h fbaudio.h
fbaudio.h fbaudio.h fbaudio.h fbaudio.h fbaudio.h fbaudio.h
fbaudio.h fbaudio.h fbaudio.h fbaudio.h fbaudio.h fbaudio.h
fbaudio.h fbaudio.h fbaudio.h fbaudio.h fbaudio.h fbaudio.h
fbaudio.h fbaudio.h
Audio interface for FBSDK.
Definition in file fbaudio.h.
#include <kaydaradef.h>
#include <fbsdk/fbcomponent.h>
#include <fbsdk/fbaudiofmt.h>
Go to the source code of this
file.
Define Documentation
#define
FBSDK_DLL K_DLLIMPORT |
Be sure that FBSDK_DLL is defined only once.
..
Definition at line 48 of file fbaudio.h.
Enumeration Type Documentation
Data access modes.
- Enumerator:
-
kFBAccessModeDisk |
Access data directly to disk using a cache system. |
kFBAccessModeMemory |
Access data from memory, which means that it will copyed
entirely into it. |
Definition at line 66 of file fbaudio.h.
Audio clips' trigger styles.
- Enumerator:
-
kFBTriggerStyleContinue |
Previously triggered clips that are still playing won't be
stopped and mixing will occur. |
kFBTriggerStyleCut |
Previously triggered clips that are still playing will be
stopped. |
kFBTriggerStyleToggle |
If a previously triggered clip is playing, it will only be
stopped, otherwise a new starts playing. No mixing and no
loop. |
Definition at line 79 of file fbaudio.h.
Use Channel modes.
- Enumerator:
-
kFBUseChannelLeftOnly |
Left channel will be played in both speakers. |
kFBUseChannelRightOnly |
Right channel will be played in both speakers. |
kFBUseChannelBoth |
Default mode, where each channel play in its respective
speaker. |
Definition at line 72 of file fbaudio.h.
Function Documentation
K_DLLIMPORT HFBAudioOut
FBAudioOutGetDefault |
( |
|
) |
|
Get default audio output.
Please send
us your comments about this page.