|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ColorPrimariesType
Implement this interface to access unique identifiers for the color primaries used in
the representation of images. This interface is also used to seed the define
the extendible enumeration
ColorPrimariesType
.
See section 23.1 of the AAF object specification
v1.1 for details of the actual color primary values.
ExtendibleEnumerationItem
,
TypeDefinitionExtendibleEnumeration
,
DigitalImageDescriptor
,
ExtendibleEnumerationWarehouse
,
TypeDefinitionExtendibleEnumeration.ColorPrimariesType
Field Summary | |
---|---|
static AUID |
ITU470_PAL
Color primary values as specified in "Recommendation ITU-R BT.470 PAL Color Primaries". |
static AUID |
ITU709
Color primary values as specified in "Recommendation ITU-R BT.709 Color Primaries". |
static AUID |
SMPTE170M
Color primary values as specified in "SMPTE 170M Color Primaries". |
Field Detail |
---|
@ExtendibleEnumerationItem(target="ColorPrimaries") static final AUID SMPTE170M
Color primary values as specified in "SMPTE 170M Color Primaries". Note that this constant may also be used to identify SMPTE 240M color primaries, which are defined to be the same as SMPTE 170M.
@ExtendibleEnumerationItem(target="ColorPrimaries") static final AUID ITU470_PAL
Color primary values as specified in "Recommendation ITU-R BT.470 PAL Color Primaries".
@ExtendibleEnumerationItem(target="ColorPrimaries") static final AUID ITU709
Color primary values as specified in "Recommendation ITU-R BT.709 Color Primaries". Note that this constant may also be used to identify SMPTE 274M and SMPTE 296M color primaries, which are defined to be the same as ITU-R BT.709.
|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |