Home
last modified time | relevance | path

Searched refs:AllTags (Results 1 – 25 of 111) sorted by relevance

12345

/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/taglib/mpc/
H A Dmpcfile.h83 AllTags = 0xffff enumerator
195 void strip(int tags = AllTags);
201 void remove(int tags = AllTags);
/dports/audio/taglib/taglib-1.12/taglib/mpc/
H A Dmpcfile.h83 AllTags = 0xffff enumerator
195 void strip(int tags = AllTags);
201 TAGLIB_DEPRECATED void remove(int tags = AllTags);
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/taglib_plugin/taglib-1.11/taglib/mpc/
H A Dmpcfile.h83 AllTags = 0xffff enumerator
195 void strip(int tags = AllTags);
201 TAGLIB_DEPRECATED void remove(int tags = AllTags);
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/taglib/ape/
H A Dapefile.h83 AllTags = 0xffff enumerator
198 void strip(int tags = AllTags);
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/taglib/wavpack/
H A Dwavpackfile.h79 AllTags = 0xffff enumerator
187 void strip(int tags = AllTags);
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/taglib/riff/wav/
H A Dwavfile.h69 AllTags = 0xffff enumerator
135 void strip(TagTypes tags = AllTags);
/dports/audio/taglib/taglib-1.12/taglib/ape/
H A Dapefile.h83 AllTags = 0xffff enumerator
198 void strip(int tags = AllTags);
/dports/audio/taglib/taglib-1.12/taglib/wavpack/
H A Dwavpackfile.h79 AllTags = 0xffff enumerator
187 void strip(int tags = AllTags);
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/taglib_plugin/taglib-1.11/taglib/ape/
H A Dapefile.h83 AllTags = 0xffff enumerator
198 void strip(int tags = AllTags);
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/taglib_plugin/taglib-1.11/taglib/wavpack/
H A Dwavpackfile.h79 AllTags = 0xffff enumerator
187 void strip(int tags = AllTags);
/dports/audio/taglib/taglib-1.12/taglib/riff/wav/
H A Dwavfile.h69 AllTags = 0xffff enumerator
135 void strip(TagTypes tags = AllTags);
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/taglib_plugin/taglib-1.11/taglib/riff/wav/
H A Dwavfile.h69 AllTags = 0xffff enumerator
135 void strip(TagTypes tags = AllTags);
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/taglib/trueaudio/
H A Dtrueaudiofile.h78 AllTags = 0xffff enumerator
222 void strip(int tags = AllTags);
/dports/audio/taglib/taglib-1.12/taglib/trueaudio/
H A Dtrueaudiofile.h78 AllTags = 0xffff enumerator
222 void strip(int tags = AllTags);
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/taglib_plugin/taglib-1.11/taglib/trueaudio/
H A Dtrueaudiofile.h78 AllTags = 0xffff enumerator
222 void strip(int tags = AllTags);
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/taglib/flac/
H A Dflacfile.h83 AllTags = 0xffff enumerator
298 void strip(int tags = AllTags);
/dports/audio/taglib/taglib-1.12/taglib/flac/
H A Dflacfile.h83 AllTags = 0xffff enumerator
298 void strip(int tags = AllTags);
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/taglib_plugin/taglib-1.11/taglib/flac/
H A Dflacfile.h83 AllTags = 0xffff enumerator
298 void strip(int tags = AllTags);
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/taglib/mpeg/
H A Dmpegfile.h70 AllTags = 0xffff enumerator
307 bool strip(int tags = AllTags);
/dports/multimedia/libmatroska/libmatroska-1.6.3/test/mux/
H A Dtest6.cpp336 KaxTags AllTags; in main() local
337 AllTags.EnableChecksum(); in main()
338 KaxTag & aTag = GetChild<KaxTag>(AllTags); in main()
354 filepos_t TagsSize = AllTags.Render(out_file, bWriteDefaultValues); in main()
355 MetaSeek.IndexThis(AllTags, FileSegment); in main()
H A Dtest8.cpp113 KaxTags *AllTags; in main() local
614 AllTags = static_cast<KaxTags *>(ElementLevel1); in main()
616AllTags->Read(aStream, KaxTags::ClassInfos.Context, UpperElementLevel, ElementLevel2, bAllowDummy); in main()
617 if (AllTags->CheckMandatory()) { in main()
623 for (Index0 = 0; Index0<AllTags->ListSize() ;Index0++) { in main()
624 if ((*AllTags)[Index0]->Generic().GlobalId == KaxTag::ClassInfos.GlobalId) { in main()
626 KaxTag & TagElt = *static_cast<KaxTag *>((*AllTags)[Index0]); in main()
730 if (AllTags->HasChecksum()) { in main()
731 if (AllTags->VerifyChecksum()) { in main()
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/lib/libmatroska/test/mux/
H A Dtest6.cpp336 KaxTags AllTags; in main() local
337 AllTags.EnableChecksum(); in main()
338 KaxTag & aTag = GetChild<KaxTag>(AllTags); in main()
354 filepos_t TagsSize = AllTags.Render(out_file, bWriteDefaultValues); in main()
355 MetaSeek.IndexThis(AllTags, FileSegment); in main()
H A Dtest8.cpp109 KaxTags *AllTags; in main() local
610 AllTags = static_cast<KaxTags *>(ElementLevel1); in main()
612AllTags->Read(aStream, KaxTags::ClassInfos.Context, UpperElementLevel, ElementLevel2, bAllowDummy); in main()
613 if (AllTags->CheckMandatory()) { in main()
619 for (Index0 = 0; Index0<AllTags->ListSize() ;Index0++) { in main()
620 if ((*AllTags)[Index0]->Generic().GlobalId == KaxTag::ClassInfos.GlobalId) { in main()
622 KaxTag & TagElt = *static_cast<KaxTag *>((*AllTags)[Index0]); in main()
726 if (AllTags->HasChecksum()) { in main()
727 if (AllTags->VerifyChecksum()) { in main()
/dports/audio/taglib/taglib-1.12/taglib/mpeg/
H A Dmpegfile.h72 AllTags = 0xffff enumerator
299 bool strip(int tags = AllTags);
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/taglib_plugin/taglib-1.11/taglib/mpeg/
H A Dmpegfile.h72 AllTags = 0xffff enumerator
299 bool strip(int tags = AllTags);

12345