|
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 Bool
Label for a Java boolean value used to represent an AAF Boolean value. Java and
AAF both define a boolean to have values of either true
or false
.
The C-based AAF SDK uses an enumeration to represent boolean values,
based on aafInt32
, with:
false
represented by 0
and kAAFFalse
;true
represented by 1
and kAAFTrue
.
Original C name: aafBool
C base type: enumeration aafBoolean_t
Java base type: boolean
|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |