public class VideoTrack extends Track
| Modifier and Type | Class and Description |
|---|---|
static class |
VideoTrack.VideoCodec |
Track.CodecdecoderInfo, decoderSpecificInfo, protection, tkhd| Constructor and Description |
|---|
VideoTrack(Box trak,
MP4InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
Track.Codec |
getCodec() |
java.lang.String |
getCompressorName() |
int |
getDepth() |
int |
getFrameCount() |
int |
getHeight() |
double |
getHorizontalResolution() |
int |
getLayer() |
Type |
getType() |
double |
getVerticalResolution() |
int |
getWidth() |
findDecoderSpecificInfo, getCreationTime, getDecoderInfo, getDecoderSpecificInfo, getLanguage, getLocation, getModificationTime, getProtection, hasMoreFrames, isEnabled, isInFile, isUsed, isUsedForPreview, parseSampleEntry, readNextFrame, seekpublic VideoTrack(Box trak, MP4InputStream in)
public Track.Codec getCodec()
public int getWidth()
public int getHeight()
public double getHorizontalResolution()
public double getVerticalResolution()
public int getFrameCount()
public java.lang.String getCompressorName()
public int getDepth()
public int getLayer()