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

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

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

Methods in org.jaudiotagger.audio.mp4 that return Mp4EsdsBox.AudioProfile
 Mp4EsdsBox.AudioProfile Mp4AudioHeader.getProfile()
           
 

Methods in org.jaudiotagger.audio.mp4 with parameters of type Mp4EsdsBox.AudioProfile
 void Mp4AudioHeader.setProfile(Mp4EsdsBox.AudioProfile profile)
          The key for the profile
 

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

Fields in org.jaudiotagger.audio.mp4.atom declared as Mp4EsdsBox.AudioProfile
private  Mp4EsdsBox.AudioProfile Mp4EsdsBox.audioProfile
           
 

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

Methods in org.jaudiotagger.audio.mp4.atom that return Mp4EsdsBox.AudioProfile
 Mp4EsdsBox.AudioProfile Mp4EsdsBox.getAudioProfile()
          Get audio profile, usually AAC Low Complexity
static Mp4EsdsBox.AudioProfile Mp4EsdsBox.AudioProfile.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Mp4EsdsBox.AudioProfile[] Mp4EsdsBox.AudioProfile.values()
          Returns an array containing the constants of this enum type, in the order they are declared.