|
Paraslash Audio Streaming |
About News Download Documentation Development |
Macros | |
#define | FOR_EACH_FRAME(_f, _buf, _size, _ps) |
#define | CHECK_HEADER(_p, _h) (memcmp((_p), (_h), sizeof((_h))) == 0) |
Variables | |
const struct audio_format_handler | wma_afh |
The audio format handler for WMA files.
#define FOR_EACH_FRAME | ( | _f, | |
_buf, | |||
_size, | |||
_ps | |||
) |
#define CHECK_HEADER | ( | _p, | |
_h | |||
) | (memcmp((_p), (_h), sizeof((_h))) == 0) |
const struct audio_format_handler wma_afh |
The audio format handler for Windows Media Audio.
Only WMA version 2 is supported. This audio format handler does not depend on any third party libraries and is therefore always compiled in.