Package | Description |
---|---|
com.drew.metadata.heif |
https://dspace.cc.tut.fi/dpub/bitstream/handle/123456789/24147/heikkila.pdf?sequence=1
|
com.drew.metadata.heif.boxes |
Modifier and Type | Method and Description |
---|---|
HeifHandler<?> |
HeifBoxHandler.processBox(Box box,
byte[] payload) |
void |
HeifBoxHandler.processContainer(Box box,
SequentialReader reader) |
boolean |
HeifBoxHandler.shouldAcceptBox(Box box) |
boolean |
HeifBoxHandler.shouldAcceptContainer(Box box) |
Modifier and Type | Class and Description |
---|---|
class |
AuxiliaryTypeProperty
ISO/IEC 23008-12:2017 pg.14
|
class |
ColourInformationBox
ISO/IEC 14496-12:2015 pg.159
|
class |
FileTypeBox
ISO/IEC 14496-12:2015 pg.8
|
class |
FullBox
ISO/IEC 14496-12:2015 pg.7
|
class |
HandlerBox
ISO/IEC 14496-12:2015 pg.30
ISO/IEC 23008-12:2017 pg.22
|
class |
ImageRotationBox
ISO/IEC 23008-12:2017 pg.15
|
class |
ImageSpatialExtentsProperty
ISO/IEC 23008-12:2017 pg.11
|
class |
ItemInfoBox
ISO/IEC 14496-12:2015 pg.81-83
|
static class |
ItemInfoBox.ItemInfoEntry |
class |
ItemLocationBox
ISO/IEC 14496-12:2015 pg.77-80
|
class |
ItemProtectionBox
ISO/IEC 14496-12:2015 pg.80, 89-90
|
class |
PixelInformationBox
ISO/IEC 23008-12:2017 pg.13
|
class |
PrimaryItemBox
ISO/IEC 14496-12:2015 pg.80
|
Constructor and Description |
---|
AuxiliaryTypeProperty(SequentialReader reader,
Box box) |
Box(Box box) |
ColourInformationBox(SequentialReader reader,
Box box,
Metadata metadata) |
FileTypeBox(SequentialReader reader,
Box box) |
FullBox(SequentialReader reader,
Box box) |
HandlerBox(SequentialReader reader,
Box box) |
ImageRotationBox(SequentialReader reader,
Box box) |
ImageSpatialExtentsProperty(SequentialReader reader,
Box box) |
ItemInfoBox(SequentialReader reader,
Box box) |
ItemInfoEntry(SequentialReader reader,
Box box) |
ItemLocationBox(SequentialReader reader,
Box box) |
ItemProtectionBox(SequentialReader reader,
Box box) |
PixelInformationBox(SequentialReader reader,
Box box) |
PrimaryItemBox(SequentialReader reader,
Box box) |
Copyright © 2002-2020 Drew Noakes. All Rights Reserved.