Modifier and Type | Method and Description |
---|---|
Sample |
SampleList.get(int index) |
Modifier and Type | Class and Description |
---|---|
class |
SampleImpl |
Modifier and Type | Method and Description |
---|---|
List<Sample> |
Track.getSamples() |
List<Sample> |
Mp4TrackImpl.getSamples() |
Modifier and Type | Method and Description |
---|---|
protected List<Sample> |
FragmentedMp4Builder.getSamples(long startSample,
long endSample,
Track track,
int sequenceNumber)
Gets all samples starting with
startSample (one based -> one is the first) and
ending with endSample (exclusive). |
protected List<Sample> |
DefaultMp4Builder.putSamples(Track track,
List<Sample> samples) |
Modifier and Type | Method and Description |
---|---|
protected List<Sample> |
DefaultMp4Builder.putSamples(Track track,
List<Sample> samples) |
Modifier and Type | Method and Description |
---|---|
Sample |
FragmentedMp4SampleList.get(int index) |
Sample |
DefaultMp4SampleList.get(int index) |
Modifier and Type | Method and Description |
---|---|
protected Sample |
H264TrackImpl.createSample(List<? extends ByteBuffer> buffers)
Builds the sample by prepending the length of each buffer to the data
|
Modifier and Type | Method and Description |
---|---|
List<Sample> |
TextTrackImpl.getSamples() |
List<Sample> |
SilenceTrackImpl.getSamples() |
List<Sample> |
ReplaceSampleTrack.getSamples() |
List<Sample> |
QuicktimeTextTrackImpl.getSamples() |
List<Sample> |
MultiplyTimeScaleTrack.getSamples() |
List<Sample> |
MP3TrackImpl.getSamples() |
List<Sample> |
H264TrackImpl.getSamples() |
List<Sample> |
EC3TrackImpl.getSamples() |
List<Sample> |
DTSTrackImpl.getSamples() |
List<Sample> |
DivideTimeScaleTrack.getSamples() |
List<Sample> |
CroppedTrack.getSamples() |
List<Sample> |
ChangeTimeScaleTrack.getSamples() |
List<Sample> |
AppendTrack.getSamples() |
List<Sample> |
Amf0Track.getSamples() |
List<Sample> |
AC3TrackImpl.getSamples() |
List<Sample> |
AACTrackImpl.getSamples() |
Modifier and Type | Method and Description |
---|---|
Sample |
CommonEncryptionSampleList.get(int index) |
Constructor and Description |
---|
CommonEncryptionSampleList(SecretKey secretKey,
List<Sample> parent,
List<CencSampleAuxiliaryDataFormat> auxiliaryDataFormats) |
Copyright © 2014. All rights reserved.