paraslash Paraslash Audio Streaming
About   News   Download   Documentation   Development

Macros | Variables
mp3_afh.c File Reference

Macros

#define MIN_CONSEC_GOOD_FRAMES   4
 
#define FRAME_HEADER_SIZE   4
 
#define MIN_FRAME_SIZE   21
 

Variables

const struct audio_format_handler mp3_afh
 

Detailed Description

para_server's mp3 audio format handler

Macro Definition Documentation

◆ MIN_CONSEC_GOOD_FRAMES

#define MIN_CONSEC_GOOD_FRAMES   4

◆ FRAME_HEADER_SIZE

#define FRAME_HEADER_SIZE   4

◆ MIN_FRAME_SIZE

#define MIN_FRAME_SIZE   21

Variable Documentation

◆ mp3_afh

const struct audio_format_handler mp3_afh
Initial value:
= {
.get_file_info = mp3_get_file_info,
.suffixes = mp3_suffixes,
.rewrite_tags = mp3_rewrite_tags,
}

The mp3 audio format handler.

It does not depend on any libraries and is hence always compiled in.