Media Authoring
with Java API

tv.amwa.maj.misctype
Annotation Type AAFString


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

Labels a string of Unicode characters. Java strings and AAF strings both use 2-byte Unicode characters. Although the AAF name for this type is String, the annotation AAFString is used here to avoid confusion with the core Java class String.

Original C type name: aafString_t
C base type: aafCharacter *
Java base type: String

Author:
Richard Cartwright
See Also:
TypeDefinitionString, TypeDefinitionString.String


Media Authoring
with Java API

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