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

/netgear-R7000-V1.0.7.12_1.2.5/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 108 milliseconds