Package | Description |
---|---|
com.googlecode.mp4parser.authoring | |
com.googlecode.mp4parser.authoring.tracks |
Modifier and Type | Class and Description |
---|---|
class |
Mp4TrackImpl
Represents a single track of an MP4 file.
|
Modifier and Type | Class and Description |
---|---|
class |
AACTrackImpl |
class |
AC3TrackImpl |
class |
Amf0Track |
class |
AppendTrack
Appends two or more
Tracks of the same type. |
class |
CroppedTrack
Generates a Track that starts at fromSample and ends at toSample (exclusive).
|
class |
DTSTrackImpl |
class |
EC3TrackImpl
Created by IntelliJ IDEA.
|
class |
H264TrackImpl
The
H264TrackImpl creates a Track from an H.264
Annex B file. |
class |
MP3TrackImpl
MPEG V1 Layer 3 Audio.
|
class |
QuicktimeTextTrackImpl
A Text track as Quicktime Pro would create.
|
class |
ReplaceSampleTrack
Generates a Track where a single sample has been replaced by a given
ByteBuffer . |
class |
TextTrackImpl |
Copyright © 2014. All rights reserved.