- 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.