deimos.mad

Undocumented in source.

Members

Aliases

error_func_t
alias error_func_t = mad_flow function(void*, mad_stream*, mad_frame*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
filter_func_t
alias filter_func_t = mad_flow function(void*, const(mad_stream)*, mad_frame*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
header_func_t
alias header_func_t = mad_flow function(void*, const(mad_header)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
input_func_t
alias input_func_t = mad_flow function(void*, mad_stream*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mad_fixed64hi_t
alias mad_fixed64hi_t = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mad_fixed64lo_t
alias mad_fixed64lo_t = uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mad_fixed_t
alias mad_fixed_t = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mad_sample_t
alias mad_sample_t = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
message_func_t
alias message_func_t = mad_flow function(void*, void*, uint*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
output_func_t
alias output_func_t = mad_flow function(void*, const(mad_header)*, mad_pcm*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

_Anonymous_4
enum _Anonymous_4
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_Anonymous_5
enum _Anonymous_5
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_Anonymous_6
enum _Anonymous_6
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mad_decoder_mode
enum mad_decoder_mode
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mad_emphasis
enum mad_emphasis
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mad_error
enum mad_error
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mad_flag
enum mad_flag
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mad_flow
enum mad_flow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mad_layer
enum mad_layer
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mad_mode
enum mad_mode
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mad_option
enum mad_option
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mad_private
enum mad_private
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mad_units
enum mad_units
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

mad_bit_crc
ushort mad_bit_crc(mad_bitptr , uint , ushort )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mad_bit_init
void mad_bit_init(mad_bitptr* , const(ubyte)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mad_bit_length
uint mad_bit_length(const(mad_bitptr)* , const(mad_bitptr)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mad_bit_nextbyte
const(ubyte)* mad_bit_nextbyte(const(mad_bitptr)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mad_bit_read
c_ulong mad_bit_read(mad_bitptr* , uint )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mad_bit_skip
void mad_bit_skip(mad_bitptr* , uint )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mad_bit_write
void mad_bit_write(mad_bitptr* , uint , c_ulong )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mad_decoder_finish
int mad_decoder_finish(mad_decoder* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mad_decoder_init
void mad_decoder_init(mad_decoder* , void* , input_func_t , header_func_t , filter_func_t , output_func_t , error_func_t , message_func_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mad_decoder_message
int mad_decoder_message(mad_decoder* , void* , uint* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mad_decoder_run
int mad_decoder_run(mad_decoder* , mad_decoder_mode )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mad_f_abs
mad_fixed_t mad_f_abs(mad_fixed_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mad_f_div
mad_fixed_t mad_f_div(mad_fixed_t , mad_fixed_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mad_frame_decode
int mad_frame_decode(mad_frame* , mad_stream* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mad_frame_finish
void mad_frame_finish(mad_frame* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mad_frame_init
void mad_frame_init(mad_frame* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mad_frame_mute
void mad_frame_mute(mad_frame* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mad_header_decode
int mad_header_decode(mad_header* , mad_stream* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mad_header_init
void mad_header_init(mad_header* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mad_stream_buffer
void mad_stream_buffer(mad_stream* , const(ubyte)* , c_ulong )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mad_stream_errorstr
const(char)* mad_stream_errorstr(const(mad_stream)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mad_stream_finish
void mad_stream_finish(mad_stream* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mad_stream_init
void mad_stream_init(mad_stream* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mad_stream_skip
void mad_stream_skip(mad_stream* , c_ulong )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mad_stream_sync
int mad_stream_sync(mad_stream* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mad_synth_frame
void mad_synth_frame(mad_synth* , const(mad_frame)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mad_synth_init
void mad_synth_init(mad_synth* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mad_synth_mute
void mad_synth_mute(mad_synth* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mad_timer_abs
mad_timer_t mad_timer_abs(mad_timer_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mad_timer_add
void mad_timer_add(mad_timer_t* , mad_timer_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mad_timer_compare
int mad_timer_compare(mad_timer_t , mad_timer_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mad_timer_count
c_long mad_timer_count(mad_timer_t , mad_units )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mad_timer_fraction
c_ulong mad_timer_fraction(mad_timer_t , c_ulong )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mad_timer_multiply
void mad_timer_multiply(mad_timer_t* , c_long )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mad_timer_negate
void mad_timer_negate(mad_timer_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mad_timer_set
void mad_timer_set(mad_timer_t* , c_ulong , c_ulong , c_ulong )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mad_timer_string
void mad_timer_string(mad_timer_t , char* , const(char)* , mad_units , mad_units , c_ulong )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

MAD_BUFFER_GUARD
enum MAD_BUFFER_GUARD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
MAD_BUFFER_MDLEN
enum MAD_BUFFER_MDLEN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
MAD_F_FRACBITS
enum MAD_F_FRACBITS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
MAD_F_ONE
enum MAD_F_ONE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

mad_bitptr
struct mad_bitptr
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mad_decoder
struct mad_decoder
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mad_frame
struct mad_frame
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mad_header
struct mad_header
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mad_pcm
struct mad_pcm
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mad_stream
struct mad_stream
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mad_synth
struct mad_synth
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mad_timer_t
struct mad_timer_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta