| Package | Description |
|---|---|
| com.googlecode.mp4parser.boxes.mp4.samplegrouping |
| 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) |
Copyright © 2014. All rights reserved.