public class MP3TrackImpl extends AbstractTrack
Constructor and Description |
---|
MP3TrackImpl(DataSource channel) |
MP3TrackImpl(DataSource channel,
String lang) |
Modifier and Type | Method and Description |
---|---|
String |
getHandler() |
Box |
getMediaHeaderBox() |
SampleDescriptionBox |
getSampleDescriptionBox() |
long[] |
getSampleDurations()
Each samples is covers a small time span in a video.
|
List<Sample> |
getSamples() |
TrackMetaData |
getTrackMetaData() |
String |
toString() |
getCompositionTimeEntries, getDuration, getSampleDependencies, getSubsampleInformationBox, getSyncSamples
public MP3TrackImpl(DataSource channel, String lang) throws IOException
IOException
public MP3TrackImpl(DataSource channel) throws IOException
IOException
public SampleDescriptionBox getSampleDescriptionBox()
public long[] getSampleDurations()
Track
Track.getSamples()
contains.public TrackMetaData getTrackMetaData()
public String getHandler()
public Box getMediaHeaderBox()
Copyright © 2014. All rights reserved.