Coverage Report - org.jaudiotagger.tag.reference.Tagger
 
Classes in this File Line Coverage Branch Coverage Complexity
Tagger
100%
11/11
N/A
0
 
 1  
 package org.jaudiotagger.tag.reference;
 2  
 
 3  
 /**
 4  
  * An enumeration of popular tagger applications
 5  
  * <p/>
 6  
  * <p>This is not meant to be a definitive list but is first attempt to document a list of taggers in order
 7  
  * for us to link nonstandard fields, and link nonstandard tagging to them
 8  
  */
 9  48
 public enum Tagger
 10  
 {
 11  4
     ITUNES,
 12  4
     MEDIAPLAYER,
 13  4
     WINAMP,
 14  4
     MP3TAG,
 15  4
     MEDIA_MONKEY,
 16  4
     TAG_AND_RENAME,
 17  4
     PICARD,
 18  4
     JAIKOZ,
 19  4
     TAGSCANNER,
 20  4
     XIPH   //standards body rather than tagger xiph.org
 21  
 }