Searched defs:CueSheet (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/include/FLAC++/
H A Dmetadata.h674 class FLACPP_API CueSheet : public Prototype { class in namespace:FLAC::Metadata
724 inline CueSheet(const CueSheet &object): Prototype(object) { } function in class:FLAC::Metadata::CueSheet
725 inline CueSheet(const ::FLAC__StreamMetadata &object): Prototype(object) { } function in class:FLAC::Metadata::CueSheet
726 inline CueSheet(const ::FLAC__StreamMetadata *object): Prototype(object) { } function in class:FLAC::Metadata::CueSheet
732 inline CueSheet(::FLAC__StreamMetadata *object, bool copy): Prototype(object, copy) { } function in class:FLAC::Metadata::CueSheet
[all...]

Completed in 37 milliseconds