Skip navigation links
Media Authoring with Java API (MAJ)
A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 

O

ObjectAlreadyAttachedException - Exception in tv.amwa.maj.exception
Thrown when an attempt is made to attach an item to a collection that it already contains.
ObjectAlreadyAttachedException(String) - Constructor for exception tv.amwa.maj.exception.ObjectAlreadyAttachedException
Create a new object already attached exception with the given descriptive message.
ObjectAlreadyAttachedException() - Constructor for exception tv.amwa.maj.exception.ObjectAlreadyAttachedException
Create a new object already attached exception with no message.
ObjectClassID - Static variable in interface tv.amwa.maj.constant.CommonConstants
 
ObjectClassPropertyID - Static variable in class tv.amwa.maj.model.impl.InterchangeObjectImpl
 
objectEqualityTest(Object, Object) - Static method in class tv.amwa.maj.util.TestUtilities
 
OBJECTMODELVERSION_DEFAULT - Static variable in interface tv.amwa.maj.model.Preface
Default value for the object model version property of a preface object which is 1.
ObjectNotAttachedException - Exception in tv.amwa.maj.exception
Thrown when an interchange object is not attached to a preface object.
ObjectNotAttachedException(String) - Constructor for exception tv.amwa.maj.exception.ObjectNotAttachedException
Create a new object not attached exception with the given descriptive message.
ObjectNotAttachedException() - Constructor for exception tv.amwa.maj.exception.ObjectNotAttachedException
Create a new object not attached exception with no message.
ObjectNotFoundException - Exception in tv.amwa.maj.exception
Thrown when a given object cannot be found in a collection, such as when a request is made to remove the item from the collection.
ObjectNotFoundException(String) - Constructor for exception tv.amwa.maj.exception.ObjectNotFoundException
Create a new object not found exception with the given descriptive message.
ObjectNotFoundException() - Constructor for exception tv.amwa.maj.exception.ObjectNotFoundException
Create a new object not found exception with no message.
OffsetSizeException - Exception in tv.amwa.maj.exception
Thrown when a given offset exceeds the size of a file or the available space to extend storage for a file.
OffsetSizeException(String) - Constructor for exception tv.amwa.maj.exception.OffsetSizeException
Create a new offset size exception with the given descriptive message.
OffsetSizeException() - Constructor for exception tv.amwa.maj.exception.OffsetSizeException
Create a new offset size exception with no message.
offsetToPackageTimecode(Segment, long) - Method in class tv.amwa.maj.model.impl.PackageImpl
 
offsetToPackageTimecode(Segment, long) - Method in interface tv.amwa.maj.model.Package
Calculates the timecode at the given offset into the given timecode segment.
OMF - Static variable in interface tv.amwa.maj.constant.ContainerConstant
An Open Media Framework file.
omitChannelStatusData() - Method in interface tv.amwa.maj.model.AES3PCMDescriptor
Omits the optional fixed channel status data and channel status mode properties from this AES3 PCM descriptor.
omitChannelStatusData() - Method in class tv.amwa.maj.model.impl.AES3PCMDescriptorImpl
 
omitOptionalProperty(MetadataObject, String) - Static method in class tv.amwa.maj.industry.MediaEngine
Omits an optional property of the given name from the given metadata object if it is currently present.
omitOptionalProperty(MetadataObject) - Method in class tv.amwa.maj.meta.impl.PropertyDefinitionImpl
 
omitOptionalProperty(MetadataObject) - Method in interface tv.amwa.maj.meta.PropertyDefinition
Omits this property from the given object if it is legal, optional and is present.
omitPalette() - Method in class tv.amwa.maj.model.impl.RGBADescriptorImpl
 
omitUserData() - Method in interface tv.amwa.maj.model.AES3PCMDescriptor
Omit the optional fixed user data and user data mode properties from this AES3 PCM descriptor.
omitUserData() - Method in class tv.amwa.maj.model.impl.AES3PCMDescriptorImpl
 
Opaque - Static variable in interface tv.amwa.maj.industry.TypeDefinitions
Defines the type for a value for which the type is specified in each instance, providing access to data opaque to this API and manipulated directly by an application through a handle.
open() - Method in class tv.amwa.maj.io.aaf.AAFStream
 
open() - Method in class tv.amwa.maj.io.file.AAFFile
 
open(String, boolean) - Method in class tv.amwa.maj.io.mxf.impl.MXFFileImpl
 
open(String) - Method in class tv.amwa.maj.io.mxf.impl.MXFFileImpl
 
open(String, boolean) - Method in interface tv.amwa.maj.io.mxf.MXFFile
Open the MXF file with the given name for read-only or read-write as required.
open() - Method in interface tv.amwa.maj.model.AAFFile
Associates this AAFFile with the storage to which it is to be associated.
openEssence(int, CriteriaType, MediaOpenMode, CompressEnable) - Method in class tv.amwa.maj.model.impl.MaterialPackageImpl
 
openEssence(int, CriteriaType, MediaOpenMode, CompressEnable) - Method in interface tv.amwa.maj.model.MaterialPackage
Opens a single channel of a file source package referenced from a track of this material package.
openFile() - Method in class tv.amwa.maj.io.mxf.ListOfFiles
 
openMemory(ByteBuffer, long) - Method in class tv.amwa.maj.io.mxf.impl.MXFFileImpl
 
openMemory() - Method in class tv.amwa.maj.io.mxf.impl.MXFFileImpl
 
openMultiEssence(int, CriteriaType, MediaOpenMode, CompressEnable) - Method in class tv.amwa.maj.model.impl.MaterialPackageImpl
 
openMultiEssence(int, CriteriaType, MediaOpenMode, CompressEnable) - Method in interface tv.amwa.maj.model.MaterialPackage
Opens all channels associated with a file source package referenced from this material package.
openNew(String) - Method in class tv.amwa.maj.io.mxf.impl.MXFFileImpl
 
OperationalPatternConstant - Interface in tv.amwa.maj.constant
Implement this interface to access unique identifiers for operational patterns or AAF protocols, such as as the AAF edit protocol.
OperationalPatternDescription - Annotation Type in tv.amwa.maj.constant
Labels an AUID that is a unqiue identifier for an operational pattern.
OperationCategoryType - Interface in tv.amwa.maj.constant
Implement this interface to access unique identifiers for categories of operations.
OperationCategoryType - Static variable in interface tv.amwa.maj.industry.TypeDefinitions
Defines the type of extendible enumeration values that describe different categories of operation.
OperationChoice - Enum in tv.amwa.maj.enumeration
TODO this comment or remove?
OperationConstant - Interface in tv.amwa.maj.constant
Implement this interface to access unique identifiers for operations, such as the video and audio effects defined by the AAF edit protocol.
OperationDefinition - Interface in tv.amwa.maj.model
Specifies the definition of an operation that is performed on an array of segments.
OperationDefinitionImpl - Class in tv.amwa.maj.model.impl
Implements the definition of an operation that is performed on an array of segments.
OperationDefinitionImpl() - Constructor for class tv.amwa.maj.model.impl.OperationDefinitionImpl
 
OperationDefinitionImpl(AUID, String, DataDefinition, int) - Constructor for class tv.amwa.maj.model.impl.OperationDefinitionImpl
Creates and initializes a new operation definition, which identifies an operation that is performed on an array of segments.
OperationDefinitionStrongReference - Static variable in interface tv.amwa.maj.industry.TypeDefinitions
Defines the type for a value that represents a strong reference to an operation definition.
OperationDefinitionStrongReferenceSet - Static variable in interface tv.amwa.maj.industry.TypeDefinitions
Defines the type for a value that represents a set of strong references to operation definitions.
OperationDefinitionWeakReference - Static variable in interface tv.amwa.maj.industry.TypeDefinitions
Defines the type for a value that represents a weak reference to an operation definition.
OperationDefinitionWeakReferenceVector - Static variable in interface tv.amwa.maj.industry.TypeDefinitions
Defines the type for a value that represents a list of weak references to operation definitions with a variable number of elements.
OperationDescription - Annotation Type in tv.amwa.maj.constant
Labels an AUID that is a unique identifier for an operation.
OperationGroup - Interface in tv.amwa.maj.model
Specifies a container with an ordered set of segments and an operation that is performed on these segments.
OperationGroupImpl - Class in tv.amwa.maj.model.impl
Implements a container with an ordered set of segments and an operation that is performed on these segments.
OperationGroupImpl() - Constructor for class tv.amwa.maj.model.impl.OperationGroupImpl
 
OperationGroupImpl(DataDefinition, long, OperationDefinition) - Constructor for class tv.amwa.maj.model.impl.OperationGroupImpl
Creates and initializes a new operation group class, which contains an ordered set of segments and an operation that is performed on these.
OperationGroupStrongReference - Static variable in interface tv.amwa.maj.industry.TypeDefinitions
Defines the type for a value that represents a strong reference to an operation group.
OperationGroupStrongReferenceVariableArray - Static variable in interface tv.amwa.maj.extensions.quantel.TypeDefinitions
Operation group strong reference variable array, a variable array type definition with operation group strong reference elements.
Organisation - Interface in tv.amwa.maj.extensions.example
Organisation that makes or contributes a resource.
OrganisationImpl - Class in tv.amwa.maj.extensions.example.impl
Organisation that makes or contributes a resource.
OrganisationImpl() - Constructor for class tv.amwa.maj.extensions.example.impl.OrganisationImpl
 
originalSource() - Static method in class tv.amwa.maj.industry.Forge
Makes a new source reference that indicates the reference is to essence that is the original source.
originalSource() - Static method in class tv.amwa.maj.union.impl.SourceReferenceValueImpl
Manufactures a new source reference that indicates the reference is to essence that is the original source.
OutgoingLevel - Static variable in interface tv.amwa.maj.constant.ParameterConstant
Used to specify the outgoing level of a two-parameter audio dissolve operation.
overwriteFile(File, Preface) - Static method in class tv.amwa.maj.io.xml.XMLFactory
 
A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 
Skip navigation links
Media Authoring with Java API (MAJ)

(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.