Home
last modified time | relevance | path

Searched refs:getLyrics3Tag (Results 1 – 3 of 3) sorted by relevance

/dports/audio/jid3lib/jid3lib-0.5.4/test/org/farng/mp3/
H A DMP3FileTest.java913 assertNull(mp3file.getLyrics3Tag()); in testSave()
944 assertNull(mp3file.getLyrics3Tag()); in testSave()
957 assertNull(mp3file.getLyrics3Tag()); in testSave()
973 assertNull(mp3file.getLyrics3Tag()); in testSave()
1018 assertNull(mp3file.getLyrics3Tag()); in testSave()
1036 assertNull(mp3file.getLyrics3Tag()); in testSave()
1081 assertNull(mp3file.getLyrics3Tag()); in testSave()
1126 assertNull(mp3file.getLyrics3Tag()); in testSave()
1201 assertNull(mp3file.getLyrics3Tag()); in testSave()
1332 assertNull(mp3file.getLyrics3Tag()); in testSetFrameAcrossTags()
[all …]
/dports/audio/jid3lib/jid3lib-0.5.4/src/org/farng/mp3/filename/
H A DFilenameTagBuilder.java162 composite.matchAgainstTag(mp3File.getLyrics3Tag()); in updateCompositeFromAllTag()
/dports/audio/jid3lib/jid3lib-0.5.4/src/org/farng/mp3/
H A DMP3File.java492 public AbstractLyrics3 getLyrics3Tag() { in getLyrics3Tag() method in MP3File