org.jaudiotagger.tag.mp4
Enum Mp4NonStandardFieldKey

java.lang.Object
  extended by java.lang.Enum<Mp4NonStandardFieldKey>
      extended by org.jaudiotagger.tag.mp4.Mp4NonStandardFieldKey
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<Mp4NonStandardFieldKey>

public enum Mp4NonStandardFieldKey
extends java.lang.Enum<Mp4NonStandardFieldKey>

This a list of mp4boxes identifiers that break various rules, but should be documented nonetheless, they will be created by applications other than iTunes, as we regard iTunes as the defacto standard for Mp4 files (but certainly not any other format such as mp3 !).


Enum Constant Summary
AAPR
           
ADCP
           
ALFN
           
AMIM
           
APTY
           
 
Field Summary
private  java.lang.String description
           
private  java.lang.String fieldName
           
private  Tagger tagger
           
 
Method Summary
 Tagger geTagger()
           
 java.lang.String getDescription()
           
 java.lang.String getFieldName()
          This is the value of the fieldname that is actually used to write mp4
static Mp4NonStandardFieldKey valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Mp4NonStandardFieldKey[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

AAPR

public static final Mp4NonStandardFieldKey AAPR

ALFN

public static final Mp4NonStandardFieldKey ALFN

AMIM

public static final Mp4NonStandardFieldKey AMIM

ADCP

public static final Mp4NonStandardFieldKey ADCP

APTY

public static final Mp4NonStandardFieldKey APTY
Field Detail

fieldName

private java.lang.String fieldName

description

private java.lang.String description

tagger

private Tagger tagger
Method Detail

values

public static Mp4NonStandardFieldKey[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (Mp4NonStandardFieldKey c : Mp4NonStandardFieldKey.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static Mp4NonStandardFieldKey valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

getFieldName

public java.lang.String getFieldName()
This is the value of the fieldname that is actually used to write mp4

Returns:

getDescription

public java.lang.String getDescription()
Returns:
description, human redable description of the atom

geTagger

public Tagger geTagger()
Returns:
tagger that defined (and probably craeted) instance of field