decode

Undocumented in source.

Members

Aliases

stderr
alias stderr = std.stdio.stderr
Undocumented in source.

Functions

error_callback
void error_callback(FLAC__StreamDecoder* decoder, FLAC__StreamDecoderErrorStatus status, void* client_data)
Undocumented in source. Be warned that the author may not have intended to support it.
main
int main(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
metadata_callback
void metadata_callback(FLAC__StreamDecoder* decoder, FLAC__StreamMetadata* metadata, void* client_data)
Undocumented in source. Be warned that the author may not have intended to support it.
write_callback
FLAC__StreamDecoderWriteStatus write_callback(FLAC__StreamDecoder* decoder, FLAC__Frame* frame, FLAC__int32** buffer, void* client_data)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

write_little_endian_int16
FLAC__bool write_little_endian_int16(FILE* f, FLAC__int16 x)
Undocumented in source. Be warned that the author may not have intended to support it.
write_little_endian_uint16
FLAC__bool write_little_endian_uint16(FILE* f, FLAC__uint16 x)
Undocumented in source. Be warned that the author may not have intended to support it.
write_little_endian_uint32
FLAC__bool write_little_endian_uint32(FILE* f, FLAC__uint32 x)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

bps
uint bps;
Undocumented in source.
channels
uint channels;
Undocumented in source.
sample_rate
uint sample_rate;
Undocumented in source.
total_samples
FLAC__uint64 total_samples;
Undocumented in source.

Meta