Media Authoring
with Java API

tv.amwa.maj.misctype
Annotation Type CompSizeArray


@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[]

Author:
Richard Cartwright


Media Authoring
with Java API

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