Searched refs:OurDecoder (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/examples/cpp/decode/file/
H A Dmain.cpp63 class OurDecoder: public FLAC::Decoder::File { class in inherits:FLAC::Decoder::File
65 OurDecoder(FILE *f_): FLAC::Decoder::File(), f(f_) { } function in class:OurDecoder
89 OurDecoder decoder(fout);
116 ::FLAC__StreamDecoderWriteStatus OurDecoder::write_callback(const ::FLAC__Frame *frame, const FLAC__int32 * const buffer[])
165 void OurDecoder::metadata_callback(const ::FLAC__StreamMetadata *metadata)
186 void OurDecoder::error_callback(::FLAC__StreamDecoderErrorStatus status)

Completed in 182 milliseconds