public class AdtsAacStreamingTrack extends AbstractStreamingTrack implements Callable<Void>
sampleSink, tkhd, trackExtensions| Constructor and Description |
|---|
AdtsAacStreamingTrack(InputStream is,
long avgBitrate,
long maxBitrate) |
| Modifier and Type | Method and Description |
|---|---|
Void |
call() |
void |
close() |
String |
getHandler() |
String |
getLanguage() |
SampleDescriptionBox |
getSampleDescriptionBox() |
long |
getTimescale()
Gets the time scale of the track.
|
boolean |
isClosed() |
void |
setLanguage(String lang) |
String |
toString() |
addTrackExtension, getTrackExtension, removeTrackExtension, setSampleSinkpublic AdtsAacStreamingTrack(InputStream is, long avgBitrate, long maxBitrate)
public boolean isClosed()
public SampleDescriptionBox getSampleDescriptionBox()
getSampleDescriptionBox in interface StreamingTrackpublic long getTimescale()
StreamingTrackgetTimescale in interface StreamingTrackpublic String getHandler()
getHandler in interface StreamingTrackpublic String getLanguage()
getLanguage in interface StreamingTrackpublic void setLanguage(String lang)
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2019. All rights reserved.