Package | Description |
---|---|
org.jaudiotagger.audio.mp4 |
Classes for MP4 files (including AAC).
|
org.jaudiotagger.audio.mp4.atom |
Classes for MP4 boxes, aka atoms.
|
Modifier and Type | Method and Description |
---|---|
Mp4EsdsBox.Kind |
Mp4AudioHeader.getKind() |
Modifier and Type | Method and Description |
---|---|
void |
Mp4AudioHeader.setKind(Mp4EsdsBox.Kind kind) |
Modifier and Type | Method and Description |
---|---|
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(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.
|
Copyright © 2005–2020 jthink.net. All rights reserved.