Paraslash Audio Streaming | |
About News Download Documentation Development |
para_server's mp3 audio format handler More...
#include <regex.h>
#include "para.h"
#include "error.h"
#include "afh.h"
#include "string.h"
#include "fd.h"
#include <id3tag.h>
Macros | |
#define | MIN_CONSEC_GOOD_FRAMES 4 |
#define | FRAME_HEADER_SIZE 4 |
#define | MIN_FRAME_SIZE 21 |
#define | FOR_EACH_FIELD(f, j, fr) |
Functions | |
void | id3_field_init (union id3_field *field, enum id3_field_type type) |
void | id3_field_finish (union id3_field *field) |
Variables | |
const struct audio_format_handler | mp3_afh |
The mp3 audio format handler. More... | |
para_server's mp3 audio format handler
#define MIN_CONSEC_GOOD_FRAMES 4 |
#define FRAME_HEADER_SIZE 4 |
#define MIN_FRAME_SIZE 21 |
#define FOR_EACH_FIELD | ( | f, | |
j, | |||
fr | |||
) |
void id3_field_init | ( | union id3_field * | field, |
enum id3_field_type | type | ||
) |
void id3_field_finish | ( | union id3_field * | field | ) |
const struct audio_format_handler mp3_afh |
The mp3 audio format handler.
It does not depend on any libraries and is hence always compiled in.