Uses of Class
org.jaudiotagger.tag.mp4.Mp4FieldKey

Packages that use Mp4FieldKey
org.jaudiotagger.tag.mp4   
org.jaudiotagger.tag.mp4.field   
 

Uses of Mp4FieldKey in org.jaudiotagger.tag.mp4
 

Fields in org.jaudiotagger.tag.mp4 with type parameters of type Mp4FieldKey
private static java.util.EnumMap<FieldKey,Mp4FieldKey> Mp4Tag.tagFieldToMp4Field
           
 

Methods in org.jaudiotagger.tag.mp4 that return Mp4FieldKey
static Mp4FieldKey Mp4FieldKey.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Mp4FieldKey[] Mp4FieldKey.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jaudiotagger.tag.mp4 with parameters of type Mp4FieldKey
 TagField Mp4Tag.createTagField(Mp4FieldKey mp4FieldKey, java.lang.String value)
          Create Tag Field using mp4 key

Uses the correct subclass for the key

 void Mp4Tag.deleteTagField(Mp4FieldKey mp4Key)
          Delete fields with this mp4key
 java.util.List<TagField> Mp4Tag.get(Mp4FieldKey mp4FieldKey)
          Retrieve the values that exists for this mp4keyId (this is the internalid actually used)

 java.lang.String Mp4Tag.getFirst(Mp4FieldKey mp4Key)
          Retrieve the first value that exists for this mp4key
 Mp4TagField Mp4Tag.getFirstField(Mp4FieldKey mp4Key)
           
 

Uses of Mp4FieldKey in org.jaudiotagger.tag.mp4.field
 

Constructors in org.jaudiotagger.tag.mp4.field with parameters of type Mp4FieldKey
Mp4TagByteField(Mp4FieldKey id, java.lang.String value)
          Create new field

Assume length of 1 which is correct for most but not all byte fields

Mp4TagByteField(Mp4FieldKey id, java.lang.String value, int realDataLength)
          Create new field with known length
Mp4TagReverseDnsField(Mp4FieldKey id, java.lang.String content)
          Newly created Reverse Dns field