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

Packages that use Mp4Tag
org.jaudiotagger.audio.mp4   
 

Uses of Mp4Tag in org.jaudiotagger.audio.mp4
 

Methods in org.jaudiotagger.audio.mp4 that return Mp4Tag
 Mp4Tag Mp4TagReader.read(java.io.RandomAccessFile raf)
           
 

Methods in org.jaudiotagger.audio.mp4 with parameters of type Mp4Tag
private  void Mp4TagReader.createMp4Field(Mp4Tag tag, Mp4BoxHeader header, java.nio.ByteBuffer raw)
          Process the field and add to the tag

Note:In the case of coverart MP4 holds all the coverart within individual dataitems all within a single covr atom, we will add seperate mp4field for each image.