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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/libFLAC++/
H A Dmetadata.cpp68 ret = new VorbisComment(object, /*copy=*/false);
93 const VorbisComment *vorbiscomment = dynamic_cast<const VorbisComment *>(object);
107 return new VorbisComment(*vorbiscomment);
470 // VorbisComment::Entry
473 VorbisComment::Entry::Entry()
478 VorbisComment::Entry::Entry(const char *field, unsigned field_length)
484 VorbisComment::Entry::Entry(const char *field)
490 VorbisComment::Entry::Entry(const char *field_name, const char *field_value, unsigned field_value_length)
496 VorbisComment
[all...]
/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
606 VorbisComment();
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
622 ~VorbisComment();
626 inline VorbisComment &operator=(const VorbisComment
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/test_libFLAC++/
H A Dmetadata_object.cpp1011 printf("testing class FLAC::Metadata::VorbisComment::Entry\n");
1015 FLAC::Metadata::VorbisComment::Entry entry1;
1025 FLAC::Metadata::VorbisComment::Entry entry2("name2=value2", strlen("name2=value2"));
1032 FLAC::Metadata::VorbisComment::Entry entry2z("name2=value2");
1041 FLAC::Metadata::VorbisComment::Entry entry3("name3", "value3", strlen("value3"));
1048 FLAC::Metadata::VorbisComment::Entry entry3z("name3", "value3");
1058 FLAC::Metadata::VorbisComment::Entry entry2copy(entry2);
1068 FLAC::Metadata::VorbisComment::Entry entry1 = entry2;
1165 printf("testing class FLAC::Metadata::VorbisComment\n");
1167 printf("testing VorbisComment
[all...]
H A Dmetadata_manip.cpp586 FLAC::Metadata::VorbisComment v(&vorbiscomment);
698 printf("testing FLAC::Metadata::get_tags(VorbisComment *&)... ");
700 FLAC::Metadata::VorbisComment *tags = 0;
715 printf("testing FLAC::Metadata::get_tags(VorbisComment &)... ");
717 FLAC::Metadata::VorbisComment tags;

Completed in 58 milliseconds