Searched defs:VorbisComment (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.h522 class FLACPP_API VorbisComment : public Prototype { class in namespace:FLAC::Metadata
612 inline VorbisComment(const VorbisComment &object): Prototype(object) { } function in class:FLAC::Metadata::VorbisComment
613 inline VorbisComment(const ::FLAC__StreamMetadata &object): Prototype(object) { } function in class:FLAC::Metadata::VorbisComment
614 inline VorbisComment(const ::FLAC__StreamMetadata *object): Prototype(object) { } function in class:FLAC::Metadata::VorbisComment
620 inline VorbisComment(::FLAC__StreamMetadata *object, bool copy): Prototype(object, copy) { } function in class:FLAC::Metadata::VorbisComment
[all...]

Completed in 41 milliseconds