Package | Description |
---|---|
net.sourceforge.jaad.mp4.api |
Modifier and Type | Class and Description |
---|---|
static class |
AudioTrack.AudioCodec |
static class |
VideoTrack.VideoCodec |
Modifier and Type | Method and Description |
---|---|
Track.Codec |
AudioTrack.getCodec() |
abstract Track.Codec |
Track.getCodec() |
Track.Codec |
VideoTrack.getCodec() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Track> |
Movie.getTracks(Track.Codec codec)
Returns an unmodifiable list of all tracks in this movie whose samples
are encoded with the specified codec.
|