Media Authoring
with Java API

tv.amwa.maj.misctype
Annotation Type CompArray


@Documented
@Target(value={FIELD,PARAMETER,METHOD})
public @interface CompArray

Labels an array that specifies the order in which the RGBA components are stored as an array of characters. Each element in the array represents a different color component. The array can contain the following codes, as specified by the enumeration RGBAComponentKind:

Each code, except '0', can appear no more than one time in the array. The array is terminated by a 0-valued byte and has a maximum of 8 elements (including the terminating character). Note that a character with the Unicode '0' indicates no component and a byte with a Unicode NULL terminates the string.

Note that in Java, this is represented by creating an array of RGBAComponent objects rather than characters.

Original C name: aafCompArray_t
C base type: aafInt8 *
Java base type: tv.amwa.maj.record.RGBAComponent[]

Author:
Richard Cartwright
See Also:
RGBALayout, RGBAComponent, RGBADescriptor, RGBAComponentKind


Media Authoring
with Java API

(c) 2007-2008 Richard Cartwright, all rights reserved. Subject to the terms of the AAF SDK Public Source License.