Media Authoring
with Java API

tv.amwa.maj.integer
Annotation Type UInt64


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

Labels an unsigned 64-bit integer value. This annotation is used to show that a Java signed long value is being used to represent an AAF unsigned UInt64 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: aafUInt64
C base type: unsigned hyper
Java base type: long

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.