Audio formats definition. More...
#include
<kaydaradef.h>#include <fbsdk/fbtypes.h>Go to the source code of this file.
Defines |
|
| #define | FBSDK_DLL K_DLLIMPORT |
| Be sure that FBSDK_DLL is defined only
once... |
|
Typedefs |
|
| typedef int | FBAudioFmt |
| A type definition for FBAudioFmt. |
|
| typedef FBAudioFmt * | HFBAudioFmt |
| A type definition for HFBAudioFmt. |
|
Functions |
|
| 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) |
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 57 of file fbaudiofmt.h.
A type definition for HFBAudioFmt.
Definition at line 61 of file fbaudiofmt.h.
| 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 | ||
| ) |