Home
last modified time | relevance | path

Searched refs:getLyricist (Results 1 – 10 of 10) sorted by relevance

/dports/audio/mixxx/mixxx-2.3.0/src/track/
H A Dtrackinfo.cpp67 (getLyricist() == trackInfo.getLyricist()) && in compareEq()
H A Dtrackrecord.cpp151 importedTrackInfo.getLyricist()); in mergeImportedMetadata()
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar-ptb/src/org/herac/tuxguitar/io/ptb/base/
H A DPTSongInfo.java151 public String getLyricist() { in getLyricist() method in PTSongInfo
221 info.setLyricist(getLyricist()); in copy()
/dports/audio/mixxx/mixxx-2.3.0/src/test/
H A Dtrackmetadata_test.cpp183 EXPECT_EQ(pNewTrackInfo->getLyricist(), pMergedTrackInfo->getLyricist()); in TEST_F()
/dports/audio/id3lib/id3lib-3.8.3/include/id3/
H A Dhelpers.h96 ID3_C_EXPORT String getLyricist(const ID3_TagImpl&);
/dports/audio/mixxx/mixxx-2.3.0/src/track/taglib/
H A Dtrackmetadata_ape.cpp316 writeItem(pTag, "Lyricist", toTString(trackMetadata.getTrackInfo().getLyricist())); in exportTrackMetadataIntoTag()
H A Dtrackmetadata_mp4.cpp441 …tom(pTag, "----:com.apple.iTunes:LYRICIST", toTString(trackMetadata.getTrackInfo().getLyricist())); in exportTrackMetadataIntoTag()
H A Dtrackmetadata_xiph.cpp591 writeCommentField(pTag, "LYRICIST", toTString(trackMetadata.getTrackInfo().getLyricist())); in exportTrackMetadataIntoTag()
H A Dtrackmetadata_id3v2.cpp1244 trackMetadata.getTrackInfo().getLyricist()); in exportTrackMetadataIntoTag()
/dports/audio/id3lib/id3lib-3.8.3/src/
H A Dhelpers.cpp478 String id3::v2::getLyricist(const ID3_TagImpl& tag) in getLyricist() function in id3::v2