public class SMPTETTTrackImpl extends AbstractTrack
| Modifier and Type | Field and Description |
|---|---|
static String |
SMPTE_TT_NAMESPACE |
| Constructor and Description |
|---|
SMPTETTTrackImpl(File... files) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static long |
earliestTimestamp(Document document) |
String |
getHandler() |
static String |
getLanguage(Document document) |
SampleDescriptionBox |
getSampleDescriptionBox() |
long[] |
getSampleDurations()
Each samples is covers a small time span in a video.
|
List<Sample> |
getSamples()
The list of all samples.
|
SubSampleInformationBox |
getSubsampleInformationBox() |
TrackMetaData |
getTrackMetaData() |
static long |
latestTimestamp(Document document) |
getCompositionTimeEntries, getDuration, getEdits, getName, getSampleDependencies, getSampleGroups, getSyncSamplespublic static final String SMPTE_TT_NAMESPACE
public SMPTETTTrackImpl(File... files) throws IOException, ParserConfigurationException, SAXException, XPathExpressionException
public static long earliestTimestamp(Document document)
public static long latestTimestamp(Document document)
public SampleDescriptionBox getSampleDescriptionBox()
public long[] getSampleDurations()
TrackTrack.getSamples() contains.public TrackMetaData getTrackMetaData()
public String getHandler()
public List<Sample> getSamples()
Trackpublic SubSampleInformationBox getSubsampleInformationBox()
getSubsampleInformationBox in interface TrackgetSubsampleInformationBox in class AbstractTrackpublic void close()
throws IOException
IOExceptionCopyright © 2015. All rights reserved.