| Package | Description |
|---|---|
| com.googlecode.mp4parser.authoring | |
| com.googlecode.mp4parser.authoring.tracks | |
| com.googlecode.mp4parser.boxes.mp4.samplegrouping | |
| com.mp4parser.iso14496.part15 |
| Modifier and Type | Method and Description |
|---|---|
Map<GroupEntry,long[]> |
WrappingTrack.getSampleGroups() |
Map<GroupEntry,long[]> |
Track.getSampleGroups() |
Map<GroupEntry,long[]> |
AbstractTrack.getSampleGroups() |
| Modifier and Type | Method and Description |
|---|---|
Map<GroupEntry,long[]> |
SilenceTrackImpl.getSampleGroups() |
Map<GroupEntry,long[]> |
MultiplyTimeScaleTrack.getSampleGroups() |
Map<GroupEntry,long[]> |
DivideTimeScaleTrack.getSampleGroups() |
Map<GroupEntry,long[]> |
ChangeTimeScaleTrack.getSampleGroups() |
Map<GroupEntry,long[]> |
CencEncryptingTrackImpl.getSampleGroups() |
| Modifier and Type | Class and Description |
|---|---|
class |
CencSampleEncryptionInformationGroupEntry
4cc = ""seig""
Each sample in a protected track shall be associated with an IsEncrypted flag, IV_Size, and KID.
|
class |
RateShareEntry
4cc = ""rash""
Each sample of a track may be associated to (zero or) one of a number of sample group descriptions, each of
which defines a record of rate-share information.
|
class |
RollRecoveryEntry
4cc = ""roll""
roll_distance is a signed integer that gives the number of samples that must be decoded in order for
a sample to be decoded correctly.
|
class |
TemporalLevelEntry
4cc = ""tele""
The Temporal Level sample grouping ('tele') provides a codec-independent sample grouping that can be used to group samples (access units) in a track (and potential track fragments) according to temporal level, where samples of one temporal level have no coding dependencies on samples of higher temporal levels.
|
class |
UnknownEntry |
class |
VisualRandomAccessEntry
4cc = ""rap ""
For some coding systems a sync sample is specified to be a random access point after which all samples in decoding
order can be correctly decoded.
|
| Modifier and Type | Method and Description |
|---|---|
List<GroupEntry> |
SampleGroupDescriptionBox.getGroupEntries() |
| Modifier and Type | Method and Description |
|---|---|
void |
SampleGroupDescriptionBox.setGroupEntries(List<GroupEntry> groupEntries) |
| Modifier and Type | Class and Description |
|---|---|
class |
StepwiseTemporalLayerEntry
This sample group is used to mark temporal layer access (TSA) samples.
|
class |
SyncSampleEntry
A sync sample sample group entry identifies samples containing a sync sample of a specific type.
|
class |
TemporalLayerSampleGroup
Created by sannies on 08.09.2014.
|
class |
TemporalSubLayerSampleGroup
This sample group is used to mark temporal layer access (TSA) samples.
|
Copyright © 2016. All rights reserved.