Uses of Class
org.jaudiotagger.audio.mp4.atom.Mp4EsdsBox.Kind

Packages that use Mp4EsdsBox.Kind
org.jaudiotagger.audio.mp4   
org.jaudiotagger.audio.mp4.atom   
 

Uses of Mp4EsdsBox.Kind in org.jaudiotagger.audio.mp4
 

Methods in org.jaudiotagger.audio.mp4 that return Mp4EsdsBox.Kind
 Mp4EsdsBox.Kind Mp4AudioHeader.getKind()
           
 

Methods in org.jaudiotagger.audio.mp4 with parameters of type Mp4EsdsBox.Kind
 void Mp4AudioHeader.setKind(Mp4EsdsBox.Kind kind)
           
 

Uses of Mp4EsdsBox.Kind in org.jaudiotagger.audio.mp4.atom
 

Fields in org.jaudiotagger.audio.mp4.atom declared as Mp4EsdsBox.Kind
private  Mp4EsdsBox.Kind Mp4EsdsBox.kind
           
 

Fields in org.jaudiotagger.audio.mp4.atom with type parameters of type Mp4EsdsBox.Kind
private static java.util.Map<java.lang.Integer,Mp4EsdsBox.Kind> Mp4EsdsBox.kindMap
           
 

Methods in org.jaudiotagger.audio.mp4.atom that return Mp4EsdsBox.Kind
 Mp4EsdsBox.Kind Mp4EsdsBox.getKind()
          Only expext MPG_Audio, TODO shouldnt matter if another type of audio, but something gone wrong if type of video
static Mp4EsdsBox.Kind Mp4EsdsBox.Kind.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Mp4EsdsBox.Kind[] Mp4EsdsBox.Kind.values()
          Returns an array containing the constants of this enum type, in the order they are declared.