Audio formats definition. More...
#include
<kaydaradef.h>#include <fbsdk/fbtypes.h>Go to the source code of this file.
Audio formats definition.
Definition in file fbaudiofmt.h.
| #define FBSDK_DLL K_DLLIMPORT |
Be sure that FBSDK_DLL is defined only once...
Definition at line 48 of file fbaudiofmt.h.
A type definition for FBAudioFmt.
Definition at line 56 of file fbaudiofmt.h.
A type definition for HFBAudioFmt.
Definition at line 60 of file fbaudiofmt.h.
| enum FBAudioChannelMode |
Enum FBAudioChannelMode.
Definition at line 67 of file fbaudiofmt.h.
| enum FBAudioBitDepthMode |
Enum FBAudioBitDepthMode.
Definition at line 74 of file fbaudiofmt.h.
| enum FBAudioRateMode |
Enum FBAudioRateMode.
Definition at line 81 of file fbaudiofmt.h.
{
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,
};
| FBSDK_DLL FBAudioFmt FBAudioFmt_GetDefaultFormat | ( | ) |
| FBSDK_DLL FBAudioFmt FBAudioFmt_AppendFormat | ( | FBAudioFmt | pFormat, |
| int | pChannels, | ||
| int | pBits, | ||
| int | pRate | ||
| ) |
| FBSDK_DLL FBAudioFmt FBAudioFmt_AppendFormat | ( | FBAudioFmt | pFormat, |
| const FBAudioFmt | pSrcFormat | ||
| ) |
| FBSDK_DLL FBAudioFmt FBAudioFmt_RemoveFormat | ( | FBAudioFmt | pFormat, |
| int | pChannels, | ||
| int | pBits, | ||
| int | pRate | ||
| ) |
| FBSDK_DLL FBAudioFmt FBAudioFmt_RemoveFormat | ( | FBAudioFmt | pFormat, |
| const FBAudioFmt | pSrcFormat | ||
| ) |
| FBSDK_DLL int FBAudioFmt_GetChannelValue | ( | FBAudioFmt | pFormat | ) |
| FBSDK_DLL int FBAudioFmt_GetBitsValue | ( | FBAudioFmt | pFormat | ) |
| FBSDK_DLL int FBAudioFmt_GetBytesValue | ( | FBAudioFmt | pFormat | ) |
| FBSDK_DLL int FBAudioFmt_GetRateValue | ( | FBAudioFmt | pFormat | ) |
| FBSDK_DLL bool FBAudioFmt_TestFormat | ( | const FBAudioFmt | pSrcFormat, |
| int | pChannels, | ||
| int | pBits, | ||
| int | pRate | ||
| ) |