The abstraction of the codec interface. More...
#include "../Core/AFCommon.h"#include "../Core/AFUncopyable.h"#include "../Core/AFI2SBus.h"#include "../Core/AFSocket.h"Go to the source code of this file.
Classes | |
| class | AFCodec |
| The codec abstraction class of the Audio Framework. More... | |
Defines | |
| #define | WRITE_CODEC(reg, val) |
The abstraction of the codec interface.
Definition in file AFCodec.h.
| #define WRITE_CODEC | ( | reg, | |||
| val | ) |
if (AF_FAILURE(WriteCodecRegister(reg, val))) \ { \ return AFS_FAILURE; \ }
1.6.1