|
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 UInt32
Labels an unsigned 32-bit integer value. This annotation is used
to show that a Java signed int
value is being used to represent an
AAF unsigned UInt32
type value. See the
discussion on the representation of AAF integer types in Java for issues involved in managing
unsigned AAF integer values in Java.
Original C type name: aafUInt32
C base type: unsigned int
Java base type: int
|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |