Media Authoring
with Java API

tv.amwa.maj.misctype
Annotation Type DataBuffer


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

Labels a buffer of data (octet data), represented as a Java byte[]. This is used by to label byte arrays that are used to provide access to arrays of byte data where the kind of that data is unknown.

Original C name: aafDataBuffer_t
C base type: aafUInt8 *
Java base type: byte[]

Author:
Richard Cartwright
See Also:
TypeDefinitionStream, TypeDefinitionStream.Stream


Media Authoring
with Java API

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