Media Authoring
with Java API
A B C D E F G H I J K L M N O P R S T U V W X

R

randomAUID() - Static method in class tv.amwa.maj.embeddable.AUID
Create a new AUID using pseudo-random number generation, type 4.
RandomFile - Interface in tv.amwa.maj.iface
Specialized file interface for use with files which exist on storage media which has random access capability.
RandomRawStorage - Interface in tv.amwa.maj.iface
This interface is used by the toolkit to access storage in which AAF files are to be read and written.
Rational - Class in tv.amwa.maj.embeddable
Implements a rational number by means of a Java integer numerator (Int32) and a Java integer (Int32) denominator.
Rational(int, int) - Constructor for class tv.amwa.maj.embeddable.Rational
Create a rational number from its numerator and denominator.
Rational() - Constructor for class tv.amwa.maj.embeddable.Rational
Create a rational number with a numerator of 0 and a denominator of 1.
Rational - Static variable in class tv.amwa.maj.meta.TypeDefinitionRecord
 
Rational - Interface in tv.amwa.maj.record
Specifies a rational number by means of a Java integer numerator (Int32) and a Java integer (Int32) denominator.
RationalRangeException - Exception in tv.amwa.maj.exception
Thrown when a rational value is outside of the acceptable range in a given context.
RationalRangeException(String) - Constructor for exception tv.amwa.maj.exception.RationalRangeException
Create a new rational range exception with the given descriptive message.
RationalRangeException() - Constructor for exception tv.amwa.maj.exception.RationalRangeException
Create a new rational range exception with no message.
RawStorage - Interface in tv.amwa.maj.iface
This interface is used by the toolkit to access storage in which AAF files are to be read and written.
read(int) - Method in class tv.amwa.maj.entity.EssenceData
 
read(int) - Method in class tv.amwa.maj.entity.RIFFChunk
 
read(int) - Method in interface tv.amwa.maj.iface.EssenceData
Read the given number of bytes from the pre-interleaved data of an essence stream at the current position.
read(int) - Method in interface tv.amwa.maj.iface.RawStorage
Reads the given number of bytes from the stream of the raw storage and returns them as a byte array.
read(int) - Method in interface tv.amwa.maj.iface.RIFFChunk
Read the requested number of bytes from the RIFF chunk at the current position.
read(PropertyValue, int) - Method in interface tv.amwa.maj.iface.TypeDefinitionStream
Copies the data from the current position in the given stream property value into a data buffer, which is of the given size.
read(PropertyValue, int) - Method in class tv.amwa.maj.meta.TypeDefinitionStream
 
readAt(int, long) - Method in interface tv.amwa.maj.iface.GetFileBits
Attempts to read bufsize bytes from this stream at the given byte offset and returns them as a byte array.
readAt(long, int) - Method in interface tv.amwa.maj.iface.RandomRawStorage
Attempts to read and return the given number of bytes (bufSize) from the storage at the given position.
readElements(PropertyValue, TypeDefinition, int) - Method in interface tv.amwa.maj.iface.TypeDefinitionStream
Reads the given number of elements from the given stream property value of the given element type and returns them as an array of property values.
readElements(PropertyValue, TypeDefinition, int) - Method in class tv.amwa.maj.meta.TypeDefinitionStream
 
readFile(File) - Static method in class tv.amwa.maj.io.xml.AAFXMLFile
 
readMultiSamples(MultiXferItem[]) - Method in interface tv.amwa.maj.iface.EssenceMultiAccess
Reads multiple channels of data from an interleaved data stream.
readPeakEnvelopeData(int) - Method in class tv.amwa.maj.entity.PCMDescriptor
 
readPeakEnvelopeData(int) - Method in interface tv.amwa.maj.iface.PCMDescriptor
Read the given number of bytes of data from the peak envelope data stream of this PCM descriptor at the PCMDescriptor.getPeakEnvelopeDataPosition() current position.
readSampleIndex(int) - Method in class tv.amwa.maj.entity.EssenceData
 
readSampleIndex(int) - Method in interface tv.amwa.maj.iface.EssenceData
Reads raw data from a sample index stream at the current sample index position.
readSamples(int) - Method in interface tv.amwa.maj.iface.EssenceAccess
Read a given number of samples from an opened essence stream.
RecordingDescriptor - Class in tv.amwa.maj.entity
Implements the description of file source material which has no physical source.
RecordingDescriptor() - Constructor for class tv.amwa.maj.entity.RecordingDescriptor
Creates and initializes a new recording descriptor, which describes the source of file source material that has no physical source.
RecordingDescriptor - Interface in tv.amwa.maj.iface
Specifies the description of file source material which has no physical source.
RecordingDescriptor.XMLHandler - Class in tv.amwa.maj.entity
 
RecordingDescriptor.XMLHandler() - Constructor for class tv.amwa.maj.entity.RecordingDescriptor.XMLHandler
 
RECORDINGDESCRIPTOR_TAG - Static variable in class tv.amwa.maj.entity.RecordingDescriptor
 
ReferenceType - Enum in tv.amwa.maj.enumeration
Specifies the type of a reference.
ReferenceType - Static variable in class tv.amwa.maj.meta.TypeDefinitionEnumeration
 
registerClassDefinition(ClassDefinition) - Method in class tv.amwa.maj.entity.Dictionary
 
registerClassDefinition(ClassDefinition) - Method in interface tv.amwa.maj.iface.Dictionary
Add a class definition to those contained in this dictionary.
registerCodecDefinition(CodecDefinition) - Static method in class tv.amwa.maj.entity.CodecDefinition
 
registerCodecDefinition(CodecDefinition) - Method in class tv.amwa.maj.entity.Dictionary
 
registerCodecDefinition(CodecDefinition) - Method in interface tv.amwa.maj.iface.Dictionary
Add a codec definition to those contained in this dictionary.
registerCodecsFromClass(Class<?>) - Static method in class tv.amwa.maj.entity.CodecDefinition
 
registerContainerDefinition(ContainerDefinition) - Static method in class tv.amwa.maj.entity.ContainerDefinition
 
registerContainerDefinition(ContainerDefinition) - Method in class tv.amwa.maj.entity.Dictionary
 
registerContainerDefinition(ContainerDefinition) - Method in interface tv.amwa.maj.iface.Dictionary
Add a container definition to those contained in this dictionary.
registerContainersFromClass(Class<?>) - Static method in class tv.amwa.maj.entity.ContainerDefinition
 
registerCoreHandlers() - Static method in class tv.amwa.maj.io.xml.MasterContentHandler
Registers handlers for the core elements of AAF XML.
registerDataDefinition(DataDefinition) - Static method in class tv.amwa.maj.entity.DataDefinition
 
registerDataDefinition(DataDefinition) - Method in class tv.amwa.maj.entity.Dictionary
 
registerDataDefinition(DataDefinition) - Method in interface tv.amwa.maj.iface.Dictionary
Add a data definition to the those contained in this dictionary.
registerDataDefinitionsFromClass(Class<?>) - Static method in class tv.amwa.maj.entity.DataDefinition
 
registerHandler(Class<? extends LocalHandler>) - Static method in class tv.amwa.maj.io.xml.MasterContentHandler
Registers an XML handling class for a given element name.
registerHandlersForClass(Class<?>) - Static method in class tv.amwa.maj.io.xml.MasterContentHandler
 
registerImplementation(Class<?>) - Static method in class tv.amwa.maj.entity.InterchangeObject
Register the known implementation of an interface.
registerInterpolationDefinition(InterpolationDefinition) - Method in class tv.amwa.maj.entity.Dictionary
 
registerInterpolationDefinition(InterpolationDefinition) - Static method in class tv.amwa.maj.entity.InterpolationDefinition
 
registerInterpolationDefinition(InterpolationDefinition) - Method in interface tv.amwa.maj.iface.Dictionary
Add an interpolation definition to those contained in this dictionary.
registerInterpolationsFromClass(Class<?>) - Static method in class tv.amwa.maj.entity.InterpolationDefinition
 
registerKLVDataDefinition(KLVDataDefinition) - Method in class tv.amwa.maj.entity.Dictionary
 
registerKLVDataDefinition(KLVDataDefinition) - Method in interface tv.amwa.maj.iface.Dictionary
Add a KLV data definition to those contained in the dictionary.
registerKLVDataKey(AUID, TypeDefinition) - Method in class tv.amwa.maj.entity.Dictionary
 
registerKLVDataKey(AUID, TypeDefinition) - Method in interface tv.amwa.maj.iface.Dictionary
Add the definition for the given KLV key to the runtime dictionary.
registerNewPropertyDefinition(AUID, String, TypeDefinition, boolean, boolean, Short) - Method in interface tv.amwa.maj.iface.ClassDefinition
Creates a new property definition and registers it in this class definition.
registerNewPropertyDefinition(AUID, String, TypeDefinition, boolean, boolean, Short) - Method in class tv.amwa.maj.meta.ClassDefinition
 
registerOpaqueTypeDefinition(TypeDefinition) - Method in class tv.amwa.maj.entity.Dictionary
 
registerOpaqueTypeDefinition(TypeDefinition) - Method in interface tv.amwa.maj.iface.Dictionary
Add the opaque type definition to the dictionary.
registerOperationDefinition(OperationDefinition) - Method in class tv.amwa.maj.entity.Dictionary
 
registerOperationDefinition(OperationDefinition) - Static method in class tv.amwa.maj.entity.OperationDefinition
 
registerOperationDefinition(OperationDefinition) - Method in interface tv.amwa.maj.iface.Dictionary
Add a operation definition to those contained in the dictionary.
registerOperationsFromClass(Class<?>) - Static method in class tv.amwa.maj.entity.OperationDefinition
 
registerOptionalPropertyDefinition(AUID, String, TypeDefinition) - Method in interface tv.amwa.maj.iface.ClassDefinition
Creates a new property definition and registers it in this class definition.
registerOptionalPropertyDefinition(AUID, String, TypeDefinition) - Method in class tv.amwa.maj.meta.ClassDefinition
 
registerParameterDefinition(ParameterDefinition) - Method in class tv.amwa.maj.entity.Dictionary
 
registerParameterDefinition(ParameterDefinition) - Static method in class tv.amwa.maj.entity.ParameterDefinition
 
registerParameterDefinition(ParameterDefinition) - Method in interface tv.amwa.maj.iface.Dictionary
Add a parameter definition to those contained in the dictionary.
registerParametersFromClass(Class<?>) - Static method in class tv.amwa.maj.entity.ParameterDefinition
 
registerPluginDefinition(PluginDefinition) - Method in class tv.amwa.maj.entity.Dictionary
 
registerPluginDefinition(PluginDefinition) - Method in interface tv.amwa.maj.iface.Dictionary
Add a plugin definition to those contained in this dictionary.
registerTaggedValueDefinition(TaggedValueDefinition) - Method in class tv.amwa.maj.entity.Dictionary
 
registerTaggedValueDefinition(TaggedValueDefinition) - Method in interface tv.amwa.maj.iface.Dictionary
Add the tagged value definition to those contained in this dictionary.
registerTypeDefinition(TypeDefinition) - Method in class tv.amwa.maj.entity.Dictionary
 
registerTypeDefinition(TypeDefinition) - Method in interface tv.amwa.maj.iface.Dictionary
Add a type definition to those contained in this dictionary.
remove(Object) - Method in class tv.amwa.maj.iface.DescriptiveMarker.AllSlotsDescribed
 
removeAll(Collection<?>) - Method in class tv.amwa.maj.iface.DescriptiveMarker.AllSlotsDescribed
 
removeAlternateSegment(Segment) - Method in class tv.amwa.maj.entity.Selector
 
removeAlternateSegment(Segment) - Method in interface tv.amwa.maj.iface.Selector
Removes the given segment from the collection of alternates for this selector.
removeAttribute(TaggedValue) - Method in class tv.amwa.maj.entity.Component
 
removeAttribute(TaggedValue) - Method in class tv.amwa.maj.entity.Mob
 
removeAttribute(TaggedValue) - Method in interface tv.amwa.maj.iface.Component
Remove an attribute from the collection of attributes of this component, which specify attributes that are under the control of the application (for example filter control).
removeAttribute(TaggedValue) - Method in interface tv.amwa.maj.iface.Mob
Removes the given attribute from the collection of attributes contained in this mob, which specify attributes that are under the control of the application (for example filter control).
removeChoiceAt(int) - Method in class tv.amwa.maj.entity.EssenceGroup
 
removeChoiceAt(int) - Method in interface tv.amwa.maj.iface.EssenceGroup
Removes the choice at the given index in the collection of choices of this essence group, which identify the alternate representations that may be chosen.
removeComment(TaggedValue) - Method in class tv.amwa.maj.entity.Component
 
removeComment(TaggedValue) - Method in class tv.amwa.maj.entity.Mob
 
removeComment(TaggedValue) - Method in interface tv.amwa.maj.iface.Component
Removes a given user comment from the collection of user comments of this component, which specify user comments that are directly classified and set up by the operator (for example Bin columns).
removeComment(TaggedValue) - Method in interface tv.amwa.maj.iface.Mob
Removes the given user comment from the collection of user comments of this mob, which specify user comments that are directly classified and set up by the operator (for example Bin columns).
removeComponentAt(int) - Method in class tv.amwa.maj.entity.Sequence
 
removeComponentAt(int) - Method in interface tv.amwa.maj.iface.Sequence
Removes the component at the given index from this sequence.
removeControlPointAt(int) - Method in class tv.amwa.maj.entity.VaryingValue
 
removeControlPointAt(int) - Method in interface tv.amwa.maj.iface.VaryingValue
This function removes the input control point at the given index in the sequence of control points of this varying value, each of which specifies a value and a time point at which the value is defined.
removeDegradeToOperationAt(int) - Method in class tv.amwa.maj.entity.OperationDefinition
 
removeDegradeToOperationAt(int) - Method in interface tv.amwa.maj.iface.OperationDefinition
Removes the indexed operation definition from the degrade-to list of operation definitions of this operation definition, which specify simpler operations that an application can substitute for the defined operation if it cannot process it.
removeDescribedSlotID(int) - Method in class tv.amwa.maj.entity.DescriptiveClip
 
removeDescribedSlotID(int) - Method in interface tv.amwa.maj.iface.DescriptiveClip
Removes the given described slot id from the list of described slot ids referenced by this descriptive clip, which specify which of the essence mob slots in the mob are being referenced.
removeDescriptiveScheme(AUID) - Method in class tv.amwa.maj.entity.Header
 
removeDescriptiveScheme(AUID) - Method in interface tv.amwa.maj.iface.Header
Removes the given descriptive metadata scheme identifier from the set of schemes of this header, which identify the descriptive metadata schemes used in the file.
removeElement(PropertyValue, PropertyValue) - Method in interface tv.amwa.maj.iface.TypeDefinitionSet
Removes the given element from the given set, which is represented by the given property value of this set type definition.
removeElement(PropertyValue, int) - Method in interface tv.amwa.maj.iface.TypeDefinitionVariableArray
Removes an element from the given array at the given zero-based index.
removeElement(PropertyValue, PropertyValue) - Method in class tv.amwa.maj.meta.TypeDefinitionSet
 
removeElement(PropertyValue, int) - Method in class tv.amwa.maj.meta.TypeDefinitionVariableArray
 
removeEssenceData(EssenceData) - Method in class tv.amwa.maj.entity.ContentStorage
 
removeEssenceData(EssenceData) - Method in class tv.amwa.maj.entity.Header
 
removeEssenceData(EssenceData) - Method in interface tv.amwa.maj.iface.ContentStorage
Removes the given essence data item from the set stored in this content storage.
removeEssenceData(EssenceData) - Method in interface tv.amwa.maj.iface.Header
Removes the given essence data item from the content storage of this header.
removeEssenceKind(DataDefinition) - Method in class tv.amwa.maj.entity.CodecDefinition
 
removeEssenceKind(DataDefinition) - Method in interface tv.amwa.maj.iface.CodecDefinition
Removes the given essence kind from the list of those supported by the codec, which specify the data definitions of the essence formats that the defined codec processes.
removeFileDescriptorAt(int) - Method in class tv.amwa.maj.entity.MultipleDescriptor
 
removeFileDescriptorAt(int) - Method in interface tv.amwa.maj.iface.MultipleDescriptor
Removes the file descriptor at the given index from the list of file descriptors of this multiple descriptor.
removeInputSegmentAt(int) - Method in class tv.amwa.maj.entity.OperationGroup
 
removeInputSegmentAt(int) - Method in interface tv.amwa.maj.iface.OperationGroup
Removes the segment at the given index from the list of input segments of the operation group.
removeKLVData(KLVData) - Method in class tv.amwa.maj.entity.Component
 
removeKLVData(KLVData) - Method in class tv.amwa.maj.entity.Mob
 
removeKLVData(KLVData) - Method in interface tv.amwa.maj.iface.Component
Removes the given KLV data from the collection of this component.
removeKLVData(KLVData) - Method in interface tv.amwa.maj.iface.Mob
Removes the given item of KLV data from the collection of KLV data items of this mob.
removeLocatorAt(int) - Method in class tv.amwa.maj.entity.EssenceDescriptor
 
removeLocatorAt(int) - Method in class tv.amwa.maj.entity.PluginDefinition
 
removeLocatorAt(int) - Method in interface tv.amwa.maj.iface.EssenceDescriptor
Removes the locator at the given index, where each locator has operating-system-dependent data or text information that provide hints for finding files or physical media.
removeLocatorAt(int) - Method in interface tv.amwa.maj.iface.PluginDefinition
Remove the locator at the given index from the list of locators of the plugin definition, which specify an ordered list of locators that identify locations that provide access to the plugin implementation.
removeMob(Mob) - Method in class tv.amwa.maj.entity.ContentStorage
 
removeMob(Mob) - Method in class tv.amwa.maj.entity.Header
 
removeMob(Mob) - Method in interface tv.amwa.maj.iface.ContentStorage
Removes the given mob from the set stored in this content storage.
removeMob(Mob) - Method in interface tv.amwa.maj.iface.Header
Removes the given mob from the content storage of this header.
removeParentProperty(PropertyDefinition) - Method in class tv.amwa.maj.entity.TaggedValueDefinition
 
removeParentProperty(PropertyDefinition) - Method in interface tv.amwa.maj.iface.TaggedValueDefinition
Removes the given parent property from the list of parent properties of this tagged value definition, which specify which properties specify tagged values of this type.
removeSegmentAt(int) - Method in class tv.amwa.maj.entity.NestedScope
 
removeSegmentAt(int) - Method in interface tv.amwa.maj.iface.NestedScope
Removes the segment at the given index in the list of segments of this nested scope.
removeSlotAt(int) - Method in class tv.amwa.maj.entity.Mob
 
removeSlotAt(int) - Method in interface tv.amwa.maj.iface.Mob
Removes the mob slot at the given index from the list of slots contained in this mob.
removeSubDescriptorAt(int) - Method in class tv.amwa.maj.entity.EssenceDescriptor
 
removeSubDescriptorAt(int) - Method in interface tv.amwa.maj.iface.EssenceDescriptor
Removes the sub descriptor at the given index through the list of sub descriptors of this essence descriptor, which specify additional descriptor metadata that is not included in the main essence descriptor class hierarchy.
removeUnknownBWFChunkAt(int) - Method in class tv.amwa.maj.entity.BWFImportDescriptor
 
removeUnknownBWFChunkAt(int) - Method in interface tv.amwa.maj.iface.BWFImportDescriptor
Removes the RIFFChunk at the given index through the list of unknown BWF chunks of this BWF descriptor.
resetListIndices(List<?>) - Static method in class tv.amwa.maj.entity.item.ListItem
 
resolveRef() - Method in class tv.amwa.maj.entity.SourceClip
 
resolveRef() - Method in interface tv.amwa.maj.iface.SourceClip
Returns the mob that this source clip references.
resolveTheUnresolved(Map<AUID, MetaDefinition>) - Method in class tv.amwa.maj.meta.TypeDefinitionRecord
 
resolveTheUnresolved(Map<AUID, MetaDefinition>) - Method in class tv.amwa.maj.meta.TypeDefinitionRename
 
result - Variable in class tv.amwa.maj.argument.TimecodeClip
Timecode segment referenced by this clip.
retainAll(Collection<?>) - Method in class tv.amwa.maj.iface.DescriptiveMarker.AllSlotsDescribed
 
REVERSEDBYTEORDER_DEFAULT - Static variable in interface tv.amwa.maj.iface.CDCIDescriptor
Default value for the reversed byte order property, which is false.
revert() - Method in interface tv.amwa.maj.iface.RandomFile
Reverts this file to the previously saved state.
RGBA - Static variable in interface tv.amwa.maj.constant.CodecConstant
An RGBA codec represents image data as separate red, green, blue and alpha transparency levels for each pixel, or using a color palette and lookup table.
RGBAComponent - Class in tv.amwa.maj.embeddable
Implements an element of an array representing the order and size of the component values within a pixel value as part of an RGBA Layout.
RGBAComponent() - Constructor for class tv.amwa.maj.embeddable.RGBAComponent
Create a new RGBA component with a RGBAComponentKind.Null code and a size of 0.
RGBAComponent(RGBAComponentKind, byte) - Constructor for class tv.amwa.maj.embeddable.RGBAComponent
Create an element of an RGBAComponent array.
RGBAComponent - Static variable in class tv.amwa.maj.meta.TypeDefinitionRecord
 
RGBAComponent - Interface in tv.amwa.maj.record
Specifies an element of an array representing the order and size of the component values within a pixel value as part of an RGBA Layout.
RGBAComponent.XMLHandler - Class in tv.amwa.maj.embeddable
XML parser event handler for converting RGBA component elements into RGBA component values.
RGBAComponent.XMLHandler() - Constructor for class tv.amwa.maj.embeddable.RGBAComponent.XMLHandler
 
RGBACOMPONENT_TAG - Static variable in class tv.amwa.maj.embeddable.RGBAComponent
 
RGBAComponentItem - Class in tv.amwa.maj.entity.item
 
RGBAComponentItem(RGBAComponent, int) - Constructor for class tv.amwa.maj.entity.item.RGBAComponentItem
 
RGBAComponentKind - Enum in tv.amwa.maj.enumeration
Specifies the color or function of a component within a pixel, for example whether the component a red level, palette index etc..
RGBAComponentKind - Static variable in class tv.amwa.maj.meta.TypeDefinitionEnumeration
 
RGBADescriptor - Class in tv.amwa.maj.entity
Implements the description of a file of video essence formatted with three color components or with three color components and an alpha component.
RGBADescriptor(ContainerDefinition, int, int, LayoutType, int[], Rational, RGBAComponent[]) - Constructor for class tv.amwa.maj.entity.RGBADescriptor
Creates and initalizes a new RGBA descriptor without a palette.
RGBADescriptor(ContainerDefinition, int, int, LayoutType, int[], Rational, RGBAComponent[], byte[], RGBAComponent[]) - Constructor for class tv.amwa.maj.entity.RGBADescriptor
Creates and initalizes a new RGBA descriptor that includes a palette.
RGBADescriptor - Interface in tv.amwa.maj.iface
Specifies the description of a file of video essence formatted with three color components or with three color components and an alpha component.
RGBADescriptor.PaletteLayoutXMLHandler - Class in tv.amwa.maj.entity
 
RGBADescriptor.PaletteLayoutXMLHandler() - Constructor for class tv.amwa.maj.entity.RGBADescriptor.PaletteLayoutXMLHandler
 
RGBADescriptor.PixelLayoutXMLHandler - Class in tv.amwa.maj.entity
 
RGBADescriptor.PixelLayoutXMLHandler() - Constructor for class tv.amwa.maj.entity.RGBADescriptor.PixelLayoutXMLHandler
 
RGBADescriptor.RGBAComponentXMLHandler - Class in tv.amwa.maj.entity
 
RGBADescriptor.RGBAComponentXMLHandler() - Constructor for class tv.amwa.maj.entity.RGBADescriptor.RGBAComponentXMLHandler
 
RGBADescriptor.XMLHandler - Class in tv.amwa.maj.entity
 
RGBADescriptor.XMLHandler() - Constructor for class tv.amwa.maj.entity.RGBADescriptor.XMLHandler
 
RGBADESCRIPTOR_TAG - Static variable in class tv.amwa.maj.entity.RGBADescriptor
 
RGBALayout - Static variable in class tv.amwa.maj.meta.TypeDefinitionFixedArray
 
RGBALayout - Annotation Type in tv.amwa.maj.misctype
Labels an array of RGBAComponent values that represent the order and size of the components specifying the value of a pixel.
RIFFChunk - Class in tv.amwa.maj.entity
Implements the representation of a chunk of resource interchange file format (RIFF) data, identified by a 4-byte tag and variable size field.
RIFFChunk(int) - Constructor for class tv.amwa.maj.entity.RIFFChunk
Creates and initializes a new RIFF data chunk with the given chunk identifier.
RIFFChunk - Interface in tv.amwa.maj.iface
Specifies a chunk of resource interchange file format (RIFF) data, identified by a 4-byte tag and variable size field.
RIFFChunk - Static variable in class tv.amwa.maj.meta.TypeDefinitionStrongObjectReference
 
RIFFChunk.XMLHandler - Class in tv.amwa.maj.entity
 
RIFFChunk.XMLHandler() - Constructor for class tv.amwa.maj.entity.RIFFChunk.XMLHandler
 
RIFFCHUNK_TAG - Static variable in class tv.amwa.maj.entity.RIFFChunk
 
RIFFChunkItem - Class in tv.amwa.maj.entity.item
 
RIFFChunkItem(RIFFChunk, int) - Constructor for class tv.amwa.maj.entity.item.RIFFChunkItem
 
RIFFChunkStrongReference - Static variable in class tv.amwa.maj.meta.TypeDefinitionVariableArray
 
RIFFWAVE - Static variable in interface tv.amwa.maj.constant.ContainerConstant
A resource interchange format file (RIFF) containing chunks of WAVE audio data.
Root_Header - Static variable in interface tv.amwa.maj.constant.PropertyDefinitions
Special property defining the header object of an AAF file.
Root_MetaDictionary - Static variable in interface tv.amwa.maj.constant.PropertyDefinitions
Special property defining the meta dictionary object of an AAF file.
Rotation - Static variable in interface tv.amwa.maj.constant.ParameterConstant
Used to specify the angle of clockwise rotation for an image as part of a video rotate operaetion.

Media Authoring
with Java API
A B C D E F G H I J K L M N O P R S T U V W X
(c) 2007-2008 Richard Cartwright, all rights reserved. Subject to the terms of the AAF SDK Public Source License.