main.h File Reference

#include "get_audio.h"

Include dependency graph for main.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define PATH_MAX   1024
#define order_littleEndian   0
#define order_bigEndian   1
#define order_unknown   2
#define Min(A, B)   ((A) < (B) ? (A) : (B))
#define Max(A, B)   ((A) > (B) ? (A) : (B))

Variables

sound_file_format input_format
int swapbytes
int silent
int brhist
int mp3_delay
int mp3_delay_set
float update_interval
int disable_wav_header
mp3data_struct mp3input_data
int print_clipping_info
int in_signed
int in_unsigned
int in_endian
int in_bitwidth
int flush_write


Define Documentation

#define Max ( A,
 )     ((A) > (B) ? (A) : (B))

Definition at line 58 of file main.h.

#define Min ( A,
 )     ((A) < (B) ? (A) : (B))

Definition at line 57 of file main.h.

#define order_bigEndian   1

Definition at line 51 of file main.h.

Referenced by parse_args(), and read_samples_pcm().

#define order_littleEndian   0

Definition at line 50 of file main.h.

Referenced by parse_args(), and read_samples_pcm().

#define order_unknown   2

Definition at line 52 of file main.h.

Referenced by read_samples_pcm().

#define PATH_MAX   1024

Definition at line 31 of file main.h.

Referenced by main(), parse_args(), and parse_nogap_filenames().


Variable Documentation

int brhist

Definition at line 93 of file parse.c.

Referenced by brhist_init_package(), encoder_progress(), encoder_progress_end(), main(), and parse_args().

int disable_wav_header

Definition at line 100 of file parse.c.

Referenced by lame_decoder(), and parse_args().

int flush_write

Definition at line 111 of file parse.c.

Referenced by lame_decoder(), lame_encoder(), and parse_args().

int in_bitwidth

Definition at line 109 of file parse.c.

Referenced by init_infile(), and parse_args().

int in_endian

Definition at line 108 of file parse.c.

Referenced by parse_args(), and read_samples_pcm().

int in_signed

Referenced by parse_args().

int in_unsigned

sound_file_format input_format

Definition at line 89 of file parse.c.

Referenced by close_infile(), get_audio_common(), gtkcontrol(), gtkmakeframe(), lame_decoder(), main(), OpenSndFile(), parse_args(), parse_file_header(), and read_samples_pcm().

int mp3_delay

Definition at line 95 of file parse.c.

Referenced by main(), and parse_args().

int mp3_delay_set

Definition at line 97 of file parse.c.

Referenced by main(), and parse_args().

mp3data_struct mp3input_data

Definition at line 101 of file parse.c.

Referenced by lame_decoder(), OpenSndFile(), and read_samples_mp3().

int print_clipping_info

Definition at line 102 of file parse.c.

Referenced by parse_args(), and print_trailing_info().

int silent

Definition at line 91 of file parse.c.

Referenced by aiff_check2(), CloseSndFile(), encoder_progress(), encoder_progress_begin(), encoder_progress_end(), fskip(), lame_decoder(), main(), OpenSndFile(), parse_aiff_header(), parse_args(), parse_file_header(), parse_wave_header(), read_samples_mp3(), and read_samples_pcm().

int swapbytes

Definition at line 90 of file parse.c.

Referenced by init_infile(), lame_decoder(), OpenSndFile(), parse_aiff_header(), and parse_args().

float update_interval

Definition at line 94 of file parse.c.

Referenced by encoder_progress(), main(), and parse_args().


Generated on Sun Dec 2 11:35:09 2007 for LAME by  doxygen 1.5.2