Audio formats definition.
Definition in file fbaudiofmt.h.
Defines
|
#define |
FBSDK_DLL K_DLLIMPORT |
|
Be sure that FBSDK_DLL is defined only
once...
|
Typedefs
|
typedef
int |
FBAudioFmt |
|
A type definition for FBAudioFmt.
|
Enumerations
|
enum |
FBAudioChannelMode
{
kFBAudioChannelModeMono,
kFBAudioChannelModeStereo,
kFBAudioChannelMode_4,
kFBAudioChannelMode_8 } |
|
Enum FBAudioChannelMode. More...
|
enum |
FBAudioBitDepthMode
{
kFBAudioBitDepthMode_8,
kFBAudioBitDepthMode_16,
kFBAudioBitDepthMode_24,
kFBAudioBitDepthMode_FP } |
|
Enum FBAudioBitDepthMode. More...
|
enum |
FBAudioRateMode
{
kFBAudioRateMode_8000,
kFBRAudioateMode_11025,
kFBAudioRateMode_12000,
kFBAudioRateMode_12500,
kFBAudioRateMode_16000,
kFBAudioRateMode_22050,
kFBAudioRateMode_24000,
kFBAudioRateMode_25000,
kFBAudioRateMode_32000,
kFBAudioRateMode_44100,
kFBAudioRateMode_48000,
kFBAudioRateMode_50000,
kFBAudioRateMode_64000,
kFBAudioRateMode_88200,
kFBAudioRateMode_96000,
kFBAudioRateMode_100000
} |
|
Enum FBAudioRateMode. More...
|
Functions
|
K_DLLIMPORT
FBAudioFmt |
FBAudioFmt_GetDefaultFormat
() |
K_DLLIMPORT
FBAudioFmt |
FBAudioFmt_AppendFormat
(FBAudioFmt
pFormat, int pChannels, int pBits, int pRate) |
K_DLLIMPORT
FBAudioFmt |
FBAudioFmt_AppendFormat
(FBAudioFmt
pFormat, const FBAudioFmt
pSrcFormat) |
K_DLLIMPORT
FBAudioFmt |
FBAudioFmt_RemoveFormat
(FBAudioFmt
pFormat, int pChannels, int pBits, int pRate) |
K_DLLIMPORT
FBAudioFmt |
FBAudioFmt_RemoveFormat
(FBAudioFmt
pFormat, const FBAudioFmt
pSrcFormat) |
K_DLLIMPORT
int |
FBAudioFmt_GetChannelValue
(FBAudioFmt
pFormat) |
K_DLLIMPORT
int |
FBAudioFmt_GetBitsValue
(FBAudioFmt
pFormat) |
K_DLLIMPORT
int |
FBAudioFmt_GetBytesValue
(FBAudioFmt
pFormat) |
K_DLLIMPORT
int |
FBAudioFmt_GetRateValue
(FBAudioFmt
pFormat) |
K_DLLIMPORT
bool |
FBAudioFmt_TestFormat
(const FBAudioFmt
pSrcFormat, int pChannels, int pBits, int pRate) |