Media Authoring
with Java API

tv.amwa.maj.constant
Interface OperationalPatternConstant


public interface OperationalPatternConstant

Implement this interface to access unique identifiers for operational patterns or AAF protocols, such as as the AAF edit protocol. An operational pattern constraints levels of file complexity.

Author:
Richard Cartwright
See Also:
OperationalPatternDescription, Header.getOperationalPattern()

Field Summary
static AUID EditProtocol
          File complexity is constrained to that specified by the AAF edit protocol.
static AUID Unconstrained
          File complexity is not constrained by an optional pattern.
 

Field Detail

EditProtocol

@OperationalPatternDescription(description="Operational Pattern for the AAF Edit Protocol",
                               aliases="OPDef_EditProtocol")
static final AUID EditProtocol

File complexity is constrained to that specified by the AAF edit protocol.


Unconstrained

@OperationalPatternDescription(description="Unconstrained by an Operational Pattern",
                               aliases="OPDef_Unconstrained")
static final AUID Unconstrained

File complexity is not constrained by an optional pattern.


Media Authoring
with Java API

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