public class TimecodeMP4DemuxerTrack extends Object
| Constructor and Description |
|---|
TimecodeMP4DemuxerTrack(MovieBox movie,
TrakBox trak,
SeekableByteChannel input) |
| Modifier and Type | Method and Description |
|---|---|
TrakBox |
getBox() |
int |
getStartTimecode()
Deprecated.
Use getTimecode to automatically populate tape timecode for
each frame
|
MP4Packet |
getTimecode(MP4Packet pkt) |
int |
parseTimecode(String tc) |
int |
timeCodeToFrameNo(String timeCode) |
public TimecodeMP4DemuxerTrack(MovieBox movie, TrakBox trak, SeekableByteChannel input) throws IOException
IOExceptionpublic MP4Packet getTimecode(MP4Packet pkt) throws IOException
IOExceptionpublic int getStartTimecode()
throws IOException
IOExceptionpublic TrakBox getBox()
public int parseTimecode(String tc)
Copyright © 2019. All rights reserved.