#include <gr_audio_sink.h>
#include <gr_audio_source.h>
#include <string>
Go to the source code of this file.
Macro Definition Documentation
#define AUDIO_REGISTER_FIXTURE |
( |
|
x | ) |
static struct x{x();}x;x::x() |
#define AUDIO_REGISTER_SINK |
( |
|
prio, |
|
|
|
arch |
|
) |
| |
Value:
AUDIO_REGISTER_FIXTURE(
arch##_sink_reg){ \
audio_register_sink(prio, #
arch, &
arch##_sink_fcn); \
#define AUDIO_REGISTER_SOURCE |
( |
|
prio, |
|
|
|
arch |
|
) |
| |
Value:
AUDIO_REGISTER_FIXTURE(
arch##_source_reg){ \
audio_register_source(prio, #
arch, &
arch##_source_fcn); \
Typedef Documentation
Enumeration Type Documentation
- Enumerator:
REG_PRIO_LOW |
|
REG_PRIO_MED |
|
REG_PRIO_HIGH |
|
Function Documentation