| 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> |
WrappingTrack.getSamples() |
List<Sample> |
Track.getSamples()
The list of all samples.
|
List<Sample> |
Mp4TrackImpl.getSamples() |
| Modifier and Type | Method and Description |
|---|---|
protected List<Sample> |
FragmentedMp4Builder.getSamples(long startSample,
long endSample,
Track track)
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 |
H263TrackImpl.createSampleObject(List<? extends ByteBuffer> nals) |
protected Sample |
AbstractH26XTrack.createSampleObject(List<? extends ByteBuffer> nals)
Builds an MP4 sample from a list of NALs.
|
| Modifier and Type | Method and Description |
|---|---|
List<Sample> |
TextTrackImpl.getSamples() |
List<Sample> |
SilenceTrackImpl.getSamples() |
List<Sample> |
ReplaceSampleTrack.getSamples() |
List<Sample> |
MultiplyTimeScaleTrack.getSamples() |
List<Sample> |
MP3TrackImpl.getSamples() |
List<Sample> |
H263TrackImpl.getSamples() |
List<Sample> |
EC3TrackImpl.getSamples() |
List<Sample> |
DTSTrackImpl.getSamples() |
List<Sample> |
DivideTimeScaleTrack.getSamples() |
List<Sample> |
CroppedTrack.getSamples() |
List<Sample> |
ChangeTimeScaleTrack.getSamples() |
List<Sample> |
CencEncryptingTrackImpl.getSamples() |
List<Sample> |
CencDecryptingTrackImpl.getSamples() |
List<Sample> |
Avc1ToAvc3TrackImpl.getSamples() |
List<Sample> |
AppendTrack.getSamples() |
List<Sample> |
Amf0Track.getSamples() |
List<Sample> |
AC3TrackImpl.getSamples() |
List<Sample> |
AACTrackImpl.getSamples() |
| Modifier and Type | Method and Description |
|---|---|
List<Sample> |
H264TrackImpl.getSamples() |
| Modifier and Type | Method and Description |
|---|---|
protected Sample |
H265TrackImplOld.createSample(List<ByteBuffer> nals) |
| Modifier and Type | Method and Description |
|---|---|
List<Sample> |
H265TrackImpl.getSamples() |
| Modifier and Type | Method and Description |
|---|---|
List<Sample> |
OneJpegPerIframe.getSamples() |
| Modifier and Type | Method and Description |
|---|---|
List<Sample> |
TtmlTrackImpl.getSamples() |
| Modifier and Type | Method and Description |
|---|---|
List<Sample> |
WebVttTrack.getSamples() |
| Modifier and Type | Method and Description |
|---|---|
Sample |
CencEncryptingSampleList.get(int index) |
Sample |
CencDecryptingSampleList.get(int index) |
| Constructor and Description |
|---|
CencDecryptingSampleList(RangeStartMap<Integer,SecretKey> keys,
List<Sample> parent,
List<CencSampleAuxiliaryDataFormat> sencInfo,
String encryptionAlgo) |
CencDecryptingSampleList(SecretKey secretKey,
List<Sample> parent,
List<CencSampleAuxiliaryDataFormat> sencInfo) |
CencEncryptingSampleList(RangeStartMap<Integer,SecretKey> ceks,
List<Sample> parent,
List<CencSampleAuxiliaryDataFormat> auxiliaryDataFormats,
String encryptionAlgo) |
CencEncryptingSampleList(SecretKey defaultCek,
List<Sample> parent,
List<CencSampleAuxiliaryDataFormat> auxiliaryDataFormats) |
Copyright © 2016. All rights reserved.