|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Target(value={FIELD,PARAMETER,METHOD}) public @interface CompSizeArray
Labels an array in which the elements represent the number of bits reserved
for each component of an array of RGBAComponents
. The array is terminated by a 0 byte and has a maximum of 8
elements (including the terminating byte).
Note that this kind of array is used by the JPEG codec plugin that is not supported in this version of the API.
Original C name: aafCompSizeArray_t
C base type: aafUInt8 *
Java base type: byte[]
|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |