Package org.jaudiotagger.tag

Examples of org.jaudiotagger.tag.FieldKey


    try {
      MetadataTagCache tagCache = MetadataTagCache.getInstance();
      Tag songTag = tagCache.getTagFromFile(file);

      for (MetadataTag tag : tagList.getTags()) {
        FieldKey key = tag.getFieldKey();
        // pull the values out, tack them on to the newName

        String value;
        // if the metadat is empty, or the tag key is null, use the
        // tag's default text
View Full Code Here

TOP

Related Classes of org.jaudiotagger.tag.FieldKey

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.