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
IOException
public MP4Packet getTimecode(MP4Packet pkt) throws IOException
IOException
public int getStartTimecode() throws IOException
IOException
public TrakBox getBox()
public int parseTimecode(String tc)
Copyright © 2019. All rights reserved.