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

S

save() - Method in interface tv.amwa.maj.iface.AAFFile
If this AAFFile is open, all unsaved changes made to the contents of this object are saved.
saveAsFile(AAFFile) - Method in interface tv.amwa.maj.iface.RandomFile
Associates this file with the storage specified the given destination file.
saveCopyAs(AAFFile) - Method in interface tv.amwa.maj.iface.AAFFile
Copies the contents of this file to a given destination file.
ScaleX - Static variable in interface tv.amwa.maj.constant.ParameterConstant
Used to specify the horizontal scaling factor for an image as part of a video scaling operation.
ScaleY - Static variable in interface tv.amwa.maj.constant.ParameterConstant
Used to specify the vertical scaling factor for an image as part of a video scaling operation.
SCANNINGDIRECTION_DEFAULT - Static variable in interface tv.amwa.maj.iface.RGBADescriptor
Default value for the scanning direction property, which is ScanningDirectionType.LeftToRightTopToBottom.
ScanningDirectionType - Enum in tv.amwa.maj.enumeration
Describes the scanning direction of an image.
ScanningDirectionType - Static variable in class tv.amwa.maj.meta.TypeDefinitionEnumeration
 
ScopeReference - Class in tv.amwa.maj.entity
Implements a reference to a section in the specified mob slot or nested scope slot.
ScopeReference(DataDefinition, int, int) - Constructor for class tv.amwa.maj.entity.ScopeReference
Creates and initializes a new scope reference object, which refers to a section in the specified mob slot or nested scope slot.
ScopeReference - Interface in tv.amwa.maj.iface
Specifies a reference to a section in the specified mob slot or nested scope slot.
ScopeReference.XMLHandler - Class in tv.amwa.maj.entity
 
ScopeReference.XMLHandler() - Constructor for class tv.amwa.maj.entity.ScopeReference.XMLHandler
 
SCOPEREFRENCE_TAG - Static variable in class tv.amwa.maj.entity.ScopeReference
 
SearchByAUID - Class in tv.amwa.maj.argument
Implementation of a search criteria for matching mobs defined by an AUID value.
SearchByAUID(SearchTag, AUID) - Constructor for class tv.amwa.maj.argument.SearchByAUID
Create a search criteria defined by an AUID and the kind of item that the item identifies.
SearchByAUID - Interface in tv.amwa.maj.union
Specifies a search criteria for matching mobs defined by an AUID value.
SearchByMediaCriteria - Class in tv.amwa.maj.argument
Implementation of a search criteria for matching mobs defined by media criteria.
SearchByMediaCriteria(CriteriaType) - Constructor for class tv.amwa.maj.argument.SearchByMediaCriteria
Create a search criteria defined by the given media criteria type.
SearchByMediaCriteria - Interface in tv.amwa.maj.union
Specifies a search criteria for matching mobs defined by media criteria.
SearchByMobID - Class in tv.amwa.maj.argument
Implementation of a search criteria for matching mobs defined by a mob id.
SearchByMobID(MobID) - Constructor for class tv.amwa.maj.argument.SearchByMobID
Create a search criteria defined by a mob id.
SearchByMobID - Interface in tv.amwa.maj.union
Specifies a search criteria for matching mobs defined by a mob id.
SearchByMobKind - Class in tv.amwa.maj.argument
Implementaiton of a earch criteria for matching mobs defined by a kind of mob.
SearchByMobKind(MobKind) - Constructor for class tv.amwa.maj.argument.SearchByMobKind
Create a search criteria defined by mob kind.
SearchByMobKind - Interface in tv.amwa.maj.union
Specifies a search criteria for matching mobs defined by a kind of mob.
SearchByName - Class in tv.amwa.maj.argument
Implementation of a search criteria for matching mobs defined by mob name.
SearchByName(String) - Constructor for class tv.amwa.maj.argument.SearchByName
Create a search criteria defined by the given mob name.
SearchByName - Interface in tv.amwa.maj.union
Specifies a search criteria for matching mobs defined by mob name.
SearchCriteria - Class in tv.amwa.maj.argument
Implementation of a search criteria for matching mobs specified in a number of different ways.
SearchCriteria - Interface in tv.amwa.maj.union
Specifies a search criteria for matching mobs specified in a number of different ways.
SearchForNothing - Class in tv.amwa.maj.argument
Implementation of a search criteria for matching mobs that does not match anything.
SearchForNothing() - Constructor for class tv.amwa.maj.argument.SearchForNothing
Create a search criteria that does not match any mobs.
SearchForNothing - Interface in tv.amwa.maj.union
Specifies a search criteria for matching mobs that does not match anything.
searchSource(int, long, MobKind, CriteriaType, OperationChoice) - Method in class tv.amwa.maj.entity.SourceMob
 
SearchSource - Interface in tv.amwa.maj.iface
Specifies a search for source information of a slot in a master mob or source mob.
searchSource(int, long, MobKind, CriteriaType, OperationChoice) - Method in interface tv.amwa.maj.iface.SearchSource
Returns the source information for a slot in a master mob or source mob.
SearchTag - Enum in tv.amwa.maj.union
Specifies the type of criteria used to match mobs in a search criteria.
seconds - Variable in class tv.amwa.maj.embeddable.TimecodeValue.TimeComponents
Second component of the timecode.
seedRandomMaker() - Static method in class tv.amwa.maj.util.Utilities
Create and seed a secure random number generator.
seek(long) - Method in interface tv.amwa.maj.iface.EssenceAccess
The seek function for essence.
Segment - Class in tv.amwa.maj.entity
Implements a component that is independent of any surrounding object.
Segment() - Constructor for class tv.amwa.maj.entity.Segment
 
Segment - Interface in tv.amwa.maj.iface
Specifies a component that is independent of any surrounding object.
Segment - Static variable in class tv.amwa.maj.meta.TypeDefinitionStrongObjectReference
 
Segment.SegmentXMLHandler - Class in tv.amwa.maj.entity
 
Segment.SegmentXMLHandler() - Constructor for class tv.amwa.maj.entity.Segment.SegmentXMLHandler
 
SegmentItem - Class in tv.amwa.maj.entity.item
 
SegmentItem(Segment, int) - Constructor for class tv.amwa.maj.entity.item.SegmentItem
 
SegmentNotFoundException - Exception in tv.amwa.maj.exception
Thrown when a given segment cannot be found within the segments of a selector.
SegmentNotFoundException(String) - Constructor for exception tv.amwa.maj.exception.SegmentNotFoundException
Create a new segment not found exception with the given descriptive message.
SegmentNotFoundException() - Constructor for exception tv.amwa.maj.exception.SegmentNotFoundException
Create a new segment not found exception with no message.
segmentOffsetToTC(long) - Method in class tv.amwa.maj.entity.Pulldown
 
segmentOffsetToTC(long) - Method in class tv.amwa.maj.entity.Segment
 
segmentOffsetToTC(long) - Method in class tv.amwa.maj.entity.TimecodeSegment
 
segmentOffsetToTC(long) - Method in class tv.amwa.maj.entity.TimecodeStream
 
segmentOffsetToTC(long) - Method in interface tv.amwa.maj.iface.Segment
Converts the given segment offset to a timecode value.
SegmentStrongReference - Static variable in class tv.amwa.maj.meta.TypeDefinitionVariableArray
 
segmentTCToOffset(TimecodeValue, Rational) - Method in class tv.amwa.maj.entity.Pulldown
 
segmentTCToOffset(TimecodeValue, Rational) - Method in class tv.amwa.maj.entity.Segment
 
segmentTCToOffset(TimecodeValue, Rational) - Method in class tv.amwa.maj.entity.TimecodeSegment
 
segmentTCToOffset(TimecodeValue, Rational) - Method in class tv.amwa.maj.entity.TimecodeStream
 
segmentTCToOffset(TimecodeValue, Rational) - Method in interface tv.amwa.maj.iface.Segment
Converts the given timecode and edit rate to a segment offset value.
Selector - Class in tv.amwa.maj.entity
Implements a selected value of a single segment while preserving references to unused alternatives.
Selector(Segment) - Constructor for class tv.amwa.maj.entity.Selector
Creates and initializes a new selector segment, which provides the value of a single segment while preserving references to unused alternatives.
Selector - Interface in tv.amwa.maj.iface
Specifies a selected value of a single segment while preserving references to unused alternatives.
Selector.AlternatesXMLHandler - Class in tv.amwa.maj.entity
 
Selector.AlternatesXMLHandler() - Constructor for class tv.amwa.maj.entity.Selector.AlternatesXMLHandler
 
Selector.SelectedXMLHandler - Class in tv.amwa.maj.entity
 
Selector.SelectedXMLHandler() - Constructor for class tv.amwa.maj.entity.Selector.SelectedXMLHandler
 
Selector.XMLHandler - Class in tv.amwa.maj.entity
 
Selector.XMLHandler() - Constructor for class tv.amwa.maj.entity.Selector.XMLHandler
 
SELECTOR_TAG - Static variable in class tv.amwa.maj.entity.Selector
 
Sequence - Class in tv.amwa.maj.entity
Implements the representation of the combination of an ordered list of segments and transitions.
Sequence(DataDefinition) - Constructor for class tv.amwa.maj.entity.Sequence
Creates and initializes a new sequence, which combines an ordered list of segments and transitions.
Sequence - Interface in tv.amwa.maj.iface
Specifies the combination of an ordered list of segments and transitions.
Sequence.ComponentsXMLHandler - Class in tv.amwa.maj.entity
 
Sequence.ComponentsXMLHandler() - Constructor for class tv.amwa.maj.entity.Sequence.ComponentsXMLHandler
 
Sequence.XMLHandler - Class in tv.amwa.maj.entity
 
Sequence.XMLHandler() - Constructor for class tv.amwa.maj.entity.Sequence.XMLHandler
 
SEQUENCE_TAG - Static variable in class tv.amwa.maj.entity.Sequence
 
setActiveFormatDescriptor(Byte) - Method in class tv.amwa.maj.entity.DigitalImageDescriptor
 
setActiveFormatDescriptor(Byte) - Method in interface tv.amwa.maj.iface.DigitalImageDescriptor
Sets the active format descriptor property for the digital image descriptor, which specifies the desired framing of the content within the displayed image (4:3 in 16:9 etc.).
setActiveState(boolean) - Method in class tv.amwa.maj.entity.GPITrigger
 
setActiveState(boolean) - Method in interface tv.amwa.maj.iface.GPITrigger
Set to true to turn the trigger "on" or false to turn the trigger off.
setAlphaMaxRef(Integer) - Method in class tv.amwa.maj.entity.RGBADescriptor
 
setAlphaMaxRef(Integer) - Method in interface tv.amwa.maj.iface.RGBADescriptor
Sets the maximum alpha value of the RGBA descriptor, for example 239 or 959 (8 or 10 bits).
setAlphaMinRef(Integer) - Method in class tv.amwa.maj.entity.RGBADescriptor
 
setAlphaMinRef(Integer) - Method in interface tv.amwa.maj.iface.RGBADescriptor
Sets the minimum alpha value of this RGBA descriptor, for example 16 or 64 (8 or 10 bits).
setAlphaSamplingWidth(Integer) - Method in class tv.amwa.maj.entity.CDCIDescriptor
 
setAlphaSamplingWidth(Integer) - Method in interface tv.amwa.maj.iface.CDCIDescriptor
Sets the alpha sampling width property of the CDCI descriptor, which specifies the number of bits used to store the alpha component.
setAlphaTransparency(AlphaTransparencyType) - Method in class tv.amwa.maj.entity.DigitalImageDescriptor
 
setAlphaTransparency(AlphaTransparencyType) - Method in interface tv.amwa.maj.iface.DigitalImageDescriptor
Sets the alpha transparency property of this digital image descriptor, which specifies whether the minimum alpha value or the maximum alpha value indicates transparency.
setAnnotatedMethod(Method) - Method in class tv.amwa.maj.meta.PropertyDefinition
 
setAnnotation(SourceReferenceSegment) - Method in class tv.amwa.maj.entity.CommentMarker
 
setAnnotation(SourceReferenceSegment) - Method in interface tv.amwa.maj.iface.CommentMarker
Sets the annotation marker for this comment marker, which specifies a text or audio annotation.
setArray(PropertyValue, Object[]) - Method in interface tv.amwa.maj.iface.TypeDefinitionFixedArray
Sets the value of the given fixed array property value using the given Java array, setting the elements of the fixed array to be values given by the elements of the Java array.
setArray(PropertyValue, Object[]) - Method in interface tv.amwa.maj.iface.TypeDefinitionVariableArray
Sets the elements of a given array from the given array of Java objects.
setArray(PropertyValue, List<Object>) - Method in interface tv.amwa.maj.iface.TypeDefinitionVariableArray
Sets the elements of a given array from the given list of Java objects.
setArray(PropertyValue, Object[]) - Method in class tv.amwa.maj.meta.TypeDefinitionFixedArray
 
setArray(PropertyValue, Object[]) - Method in class tv.amwa.maj.meta.TypeDefinitionVariableArray
 
setArray(PropertyValue, List<Object>) - Method in class tv.amwa.maj.meta.TypeDefinitionVariableArray
 
setAttribute(Element, String, String) - Static method in class tv.amwa.maj.io.xml.XMLBuilder
Sets the attribute of the given element of the given name to the given value, assuming that the attribute is within the AAF namespace.
setAudioRefLevel(Byte) - Method in class tv.amwa.maj.entity.SoundDescriptor
 
setAudioRefLevel(Byte) - Method in interface tv.amwa.maj.iface.SoundDescriptor
Sets the audio reference level of the audio essence described by this sound descriptor.
setAudioSamplingRate(Rational) - Method in class tv.amwa.maj.entity.SoundDescriptor
 
setAudioSamplingRate(Rational) - Method in interface tv.amwa.maj.iface.SoundDescriptor
Sets the audio sampling rate of audio essence described by this sound descriptor.
setAUID(AUID) - Method in class tv.amwa.maj.argument.SearchByAUID
 
setAUID(AUID) - Method in class tv.amwa.maj.entity.item.AUIDItem
 
setAUID(AUID) - Method in interface tv.amwa.maj.union.SearchByAUID
Sets the AUID that defines this search criteria.
setAUIDValue(byte[]) - Method in class tv.amwa.maj.embeddable.AUID
Sets the array of bytes used to represent this AUID internally.
setAUIDValue(PropertyValue, AUID) - Method in interface tv.amwa.maj.iface.TypeDefinitionExtendibleEnumeration
Sets the value of the given extendible enumeration property value to the given AUID that identifies an element of this extendible enumeration type definition.
setAUIDValue(PropertyValue, AUID) - Method in class tv.amwa.maj.meta.TypeDefinitionExtendibleEnumeration
 
setAuxBitsMode(AuxBitsModeType) - Method in class tv.amwa.maj.entity.AES3PCMDescriptor
 
setAuxBitsMode(AuxBitsModeType) - Method in interface tv.amwa.maj.iface.AES3PCMDescriptor
Sets the AES3 use of auxiliary bits in the associated audio essence.
setAverageBPS(int) - Method in class tv.amwa.maj.entity.PCMDescriptor
 
setAverageBPS(int) - Method in interface tv.amwa.maj.iface.PCMDescriptor
Sets the average bytes per second of the essence stream described by this PCM descriptor.
setBasicData(String) - Method in class tv.amwa.maj.entity.BWFImportDescriptor
 
setBasicData(String) - Method in interface tv.amwa.maj.iface.BWFImportDescriptor
Sets the basic data of this BWF import descriptor, which is taken from the basic data property of the associated <qlty> chunk.
setBeginAnchor(String) - Method in class tv.amwa.maj.entity.HTMLClip
 
setBeginAnchor(String) - Method in interface tv.amwa.maj.iface.HTMLClip
Sets the begin anchor property of this HTML clip, which delineates the anchor that is the start of the reference's text.
setBitRate(Integer) - Method in class tv.amwa.maj.entity.MPEGVideoDescriptor
 
setBitRate(Integer) - Method in interface tv.amwa.maj.iface.MPEGVideoDescriptor
Sets the maximum bit rate of the MPEG elementary stream of the described MPEG video essence, measured in bits per second.
setBlackReferenceLevel(Integer) - Method in class tv.amwa.maj.entity.CDCIDescriptor
 
setBlackReferenceLevel(Integer) - Method in interface tv.amwa.maj.iface.CDCIDescriptor
Sets the black reference level property for this CDCI descriptor, which specifies the digital luminance component value associated with black.
setBlockAlign(short) - Method in class tv.amwa.maj.entity.PCMDescriptor
 
setBlockAlign(short) - Method in interface tv.amwa.maj.iface.PCMDescriptor
Sets the number of bytes used to store one sample of all channels of data associated with this PCM descriptor.
setBlockStartOffset(Short) - Method in class tv.amwa.maj.entity.AES3PCMDescriptor
 
setBlockStartOffset(Short) - Method in interface tv.amwa.maj.iface.AES3PCMDescriptor
Sets the AES3 position of the first Z preamble in the associated sound essence stream.
setBuffer(byte[]) - Method in class tv.amwa.maj.argument.MultiXferItem
 
setBuffer(byte[]) - Method in interface tv.amwa.maj.record.MultiXferItem
Sets the data buffer of this item.
setBuflen(int) - Method in class tv.amwa.maj.argument.MultiXferItem
Deprecated. 
setBuflen(int) - Method in interface tv.amwa.maj.record.MultiXferItem
Deprecated. Buffer length is set by MultiXferItem.setBuffer(byte[]).
setBypass(Integer) - Method in class tv.amwa.maj.entity.OperationDefinition
 
setBypass(Integer) - Method in interface tv.amwa.maj.iface.OperationDefinition
Sets the bypass media segment index, which specifies the array index (1-based) of the input segment which is the primary input.
setBypassOverride(Integer) - Method in class tv.amwa.maj.entity.OperationGroup
 
setBypassOverride(Integer) - Method in interface tv.amwa.maj.iface.OperationGroup
Sets the optional bypass override property on the given operation group object, which specifies the array index (1-based) of the input segment which is the primary input.
setBytesXfered(int) - Method in class tv.amwa.maj.argument.MultiResultItem
 
setBytesXfered(int) - Method in interface tv.amwa.maj.record.MultiResultItem
Sets the total number of bytes transferred.
setCategory(AUID) - Method in class tv.amwa.maj.entity.OperationDefinition
 
setCategory(AUID) - Method in interface tv.amwa.maj.iface.OperationDefinition
Sets an AUID identifying the category of this operation definition, which specifies the kind of operation, such as video effect, audio effect, or 3D operation.
setCategoryClass(AUID) - Method in class tv.amwa.maj.entity.PluginDefinition
 
setCategoryClass(AUID) - Method in interface tv.amwa.maj.iface.PluginDefinition
Sets the plugin category of this plugin definition, which specifies the kind of the defined plugin.
setChannelAssignment(AUID) - Method in class tv.amwa.maj.entity.PCMDescriptor
 
setChannelAssignment(AUID) - Method in interface tv.amwa.maj.iface.PCMDescriptor
Sets the channel assignment scheme of this PCM descriptor.
setChannelCount(int) - Method in class tv.amwa.maj.entity.SoundDescriptor
 
setChannelCount(int) - Method in interface tv.amwa.maj.iface.SoundDescriptor
Sets the number of audio channels described by this sound descriptor.
setChannelIDs(int[]) - Method in class tv.amwa.maj.entity.SourceReferenceSegment
 
setChannelIDs(int[]) - Method in interface tv.amwa.maj.iface.SourceReferenceSegment
For references to a multi-channel mob slot, sets the channel ids property of this source reference, which specifies the channels within that mob slot that are referenced.
setChannelStatusMode(ChannelStatusModeType[]) - Method in class tv.amwa.maj.entity.AES3PCMDescriptor
 
setChannelStatusModeAt(int, ChannelStatusModeType) - Method in class tv.amwa.maj.entity.AES3PCMDescriptor
 
setChannelStatusModeAt(int, ChannelStatusModeType) - Method in interface tv.amwa.maj.iface.AES3PCMDescriptor
Sets the AES3 enumerated mode of carriage of channel status data for the associated audio essence at the given channel number.
setCharacter(PropertyValue, char) - Method in interface tv.amwa.maj.iface.TypeDefinitionCharacter
Sets the given character as the value of the given character property value.
setCharacter(PropertyValue, char) - Method in class tv.amwa.maj.meta.TypeDefinitionCharacter
 
setCharacterSet(String) - Method in interface tv.amwa.maj.iface.TypeDefinitionString
Set the character set that will be used for conversion between a Java string and this string type definition.
setCharacterSet(String) - Method in class tv.amwa.maj.meta.TypeDefinitionString
 
setCharSet(String) - Method in class tv.amwa.maj.entity.AuxiliaryDescriptor
 
setCharSet(String) - Method in interface tv.amwa.maj.iface.AuxiliaryDescriptor
Sets the registered character set used by the internal and external representation of the data as per RFC 2048.
setChunkData(byte[]) - Method in class tv.amwa.maj.entity.RIFFChunk
 
setChunkData(byte[]) - Method in interface tv.amwa.maj.iface.RIFFChunk
Sets the complete data of this RIFF chunk and initializes the position to zero.
setChunkID(int) - Method in class tv.amwa.maj.entity.RIFFChunk
 
setChunkID(int) - Method in interface tv.amwa.maj.iface.RIFFChunk
Sets the chunk id of this RIFF chunk, which is a 4-byte tag that identifies this tag.
setClassId(AUID) - Method in class tv.amwa.maj.argument.DefinitionCriteriaByClass
 
setClassId(AUID) - Method in interface tv.amwa.maj.union.DefinitionCriteriaByClass
Sets the class identifier defining this definition criteria.
setClosedGOP(Boolean) - Method in class tv.amwa.maj.entity.MPEGVideoDescriptor
 
setClosedGOP(Boolean) - Method in interface tv.amwa.maj.iface.MPEGVideoDescriptor
Set to true to indicate that "ClosedGop" is set in all GOP headers of the described MPEG video essence, as per ISO/IEC 13818-1 IBP descriptor, otherwise false.
setCode(RGBAComponentKind) - Method in class tv.amwa.maj.embeddable.RGBAComponent
 
setCode(RGBAComponentKind) - Method in interface tv.amwa.maj.record.RGBAComponent
Sets the type of an RGBA component.
setCodecDefinition(CodecDefinition) - Method in class tv.amwa.maj.entity.AAFFileDescriptor
 
setCodecDefinition(CodecDefinition) - Method in interface tv.amwa.maj.iface.AAFFileDescriptor
Set the codec of the described file, which identifies the mechanism used to compress and uncompress samples of essence or used to convert samples of essence from one format to another.
setCodedContentScanning(ContentScanningType) - Method in class tv.amwa.maj.entity.MPEGVideoDescriptor
 
setCodedContentScanning(ContentScanningType) - Method in interface tv.amwa.maj.iface.MPEGVideoDescriptor
Sets whether the underlying content of the associated MPEG-coded essence was of a known content scanning type.
setCodeFormat(EdgeType) - Method in class tv.amwa.maj.embeddable.EdgecodeValue
 
setCodeFormat(EdgeType) - Method in interface tv.amwa.maj.record.EdgecodeValue
Sets the format of the edge code.
setCodingEquations(AUID) - Method in class tv.amwa.maj.entity.DigitalImageDescriptor
 
setCodingEquations(AUID) - Method in interface tv.amwa.maj.iface.DigitalImageDescriptor
Sets the coding equations property of this digital image descriptor, which specifies the coding equations to convert RGB image components to component color difference image components.
setCodingHistory(String) - Method in class tv.amwa.maj.entity.BWFImportDescriptor
 
setCodingHistory(String) - Method in interface tv.amwa.maj.iface.BWFImportDescriptor
Sets the coding history property of this BWF import descriptor, which is taken from the coding history property of the associated <bext> chunk.
setColorPrimaries(AUID) - Method in class tv.amwa.maj.entity.DigitalImageDescriptor
 
setColorPrimaries(AUID) - Method in interface tv.amwa.maj.iface.DigitalImageDescriptor
Sets the color primaries property for this digital image descriptor.
setColorRange(Integer) - Method in class tv.amwa.maj.entity.CDCIDescriptor
 
setColorRange(Integer) - Method in interface tv.amwa.maj.iface.CDCIDescriptor
Sets the color range property for this CDCI descriptor, which specifies the range of allowable digital chrominance component values.
setColorSiting(ColorSitingType) - Method in class tv.amwa.maj.entity.CDCIDescriptor
 
setColorSiting(ColorSitingType) - Method in interface tv.amwa.maj.iface.CDCIDescriptor
Sets the color siting property of the CDCI descriptor, which specifies how to compute subsampled chrominance values.
setComment(String) - Method in class tv.amwa.maj.entity.Event
 
setComment(String) - Method in interface tv.amwa.maj.iface.Event
Set a comment that specifies the purpose of the event.
setComponent(Component) - Method in class tv.amwa.maj.entity.item.ComponentItem
 
setComponentMaxRef(Integer) - Method in class tv.amwa.maj.entity.RGBADescriptor
 
setComponentMaxRef(Integer) - Method in interface tv.amwa.maj.iface.RGBADescriptor
Sets the maximum value for RGB components of this RGBA descriptor, for example 239 or 959 (8 or 10 bits).
setComponentMinRef(Integer) - Method in class tv.amwa.maj.entity.RGBADescriptor
 
setComponentMinRef(Integer) - Method in interface tv.amwa.maj.iface.RGBADescriptor
Sets the minimum value for RGB components of the RGBA descriptor, for example 16 or 64 (8 or 10 bits).
setComponentWidth(int) - Method in class tv.amwa.maj.entity.CDCIDescriptor
 
setComponentWidth(int) - Method in interface tv.amwa.maj.iface.CDCIDescriptor
Sets the component width property of this CDCI descriptor, which specifies the number of bits used to store each component.
setCompression(AUID) - Method in class tv.amwa.maj.entity.DigitalImageDescriptor
 
setCompression(AUID) - Method in class tv.amwa.maj.entity.SoundDescriptor
 
setCompression(AUID) - Method in interface tv.amwa.maj.iface.DigitalImageDescriptor
Sets the kind of compression and format of the compression information of the video essence data described by this digital image descriptor.
setCompression(AUID) - Method in interface tv.amwa.maj.iface.SoundDescriptor
Sets the kind of compression and format of compression information of this sound essence data.
setConstantBPictureCount(Boolean) - Method in class tv.amwa.maj.entity.MPEGVideoDescriptor
 
setConstantBPictureCount(Boolean) - Method in interface tv.amwa.maj.iface.MPEGVideoDescriptor
Set to true to indicate that the described MPEG video essence always has a constant number of B frames throughout or to false to indicate that the number of B frames vary.
setContainerFormat(ContainerDefinition) - Method in class tv.amwa.maj.entity.AAFFileDescriptor
 
setContainerFormat(ContainerDefinition) - Method in interface tv.amwa.maj.iface.AAFFileDescriptor
Specifies the file format of the described file, which identifies the container mechanism used to store the essence.
setControlPoint(ControlPoint) - Method in class tv.amwa.maj.entity.item.ControlPointItem
 
setCreateTime(TimeStamp) - Method in class tv.amwa.maj.entity.Mob
 
setCreateTime(TimeStamp) - Method in interface tv.amwa.maj.iface.Mob
Sets the creation time of this mob, which is the date and time when this mob was originally created.
setCueSheet(String) - Method in class tv.amwa.maj.entity.BWFImportDescriptor
 
setCueSheet(String) - Method in interface tv.amwa.maj.iface.BWFImportDescriptor
Sets the cue sheet property of this BWF import descriptor, which is taken from the cue sheet data property of the associated <qlty> chunk.
setCutPoint(long) - Method in class tv.amwa.maj.entity.Transition
 
setCutPoint(long) - Method in interface tv.amwa.maj.iface.Transition
Sets the point at which a cut would be inserted if this transition were removed.
setData1(int) - Method in class tv.amwa.maj.embeddable.AUID
 
setData1(int) - Method in interface tv.amwa.maj.record.AUID
Sets the time-low part of the AUID.
setData2(short) - Method in class tv.amwa.maj.embeddable.AUID
 
setData2(short) - Method in interface tv.amwa.maj.record.AUID
Sets the time-mid part of the AUID.
setData3(short) - Method in class tv.amwa.maj.embeddable.AUID
 
setData3(short) - Method in interface tv.amwa.maj.record.AUID
Sets the time-hi and version parts of the AUID.
setData4(byte[]) - Method in class tv.amwa.maj.embeddable.AUID
 
setData4(byte[]) - Method in interface tv.amwa.maj.record.AUID
Sets the variant, clock sequence and node parts of the AUID using an 8-byte array.
setDataDefinition(DataDefinition) - Method in class tv.amwa.maj.entity.Component
 
setDataDefinition(DataDefinition) - Method in class tv.amwa.maj.entity.OperationDefinition
 
setDataDefinition(DataDefinition) - Method in interface tv.amwa.maj.iface.Component
Sets the data definition property for the component, which specifies the kind of data described by this component.
setDataDefinition(DataDefinition) - Method in interface tv.amwa.maj.iface.OperationDefinition
Sets the data definition of this operation definition, which identifies the kind of data that is produced by the operation.
setDataEssenceCoding(AUID) - Method in class tv.amwa.maj.entity.DataEssenceDescriptor
 
setDataEssenceCoding(AUID) - Method in interface tv.amwa.maj.iface.DataEssenceDescriptor
Sets the data essence coding property of this data essence descriptor.
setDate(byte, byte, short) - Method in class tv.amwa.maj.embeddable.DateStruct
 
setDate(DateStruct) - Method in class tv.amwa.maj.embeddable.TimeStamp
 
setDate(byte, byte, short) - Method in interface tv.amwa.maj.record.DateStruct
Simultaneously set the components of date structure value with the given day, month and year.
setDate(DateStruct) - Method in interface tv.amwa.maj.record.TimeStamp
Sets the date component of the time stamp.
setDateValue(Calendar) - Method in class tv.amwa.maj.embeddable.DateStruct
Set the Calendar value used internally to represent this date value.
setDay(byte) - Method in class tv.amwa.maj.embeddable.DateStruct
 
setDay(byte) - Method in interface tv.amwa.maj.record.DateStruct
Set the day of the month component of the date, in the range 1 to 31.
setDefaultFade(long, FadeType, Rational) - Method in class tv.amwa.maj.entity.CompositionMob
 
setDefaultFade(DefaultFade) - Method in class tv.amwa.maj.entity.CompositionMob
 
setDefaultFade(long, FadeType, Rational) - Method in interface tv.amwa.maj.iface.CompositionMob
Sets the default fade properties of this composition mob, which specifies the default fade to be applied to all audio source clips that do not specify their own audio fade properties.
setDefaultFade(DefaultFade) - Method in interface tv.amwa.maj.iface.CompositionMob
Sets the default fade properties for this composition mob, which specifies the default fade to be applied to all audio source clips that do not specify their own audio fade properties.
setDefinitionObjectID(AUID) - Method in class tv.amwa.maj.entity.PluginDefinition
 
setDefinitionObjectID(AUID) - Method in interface tv.amwa.maj.iface.PluginDefinition
Sets the definition object handled by the plugin defined by by this plugin definition.
setDenominator(int) - Method in class tv.amwa.maj.embeddable.Rational
 
setDenominator(int) - Method in interface tv.amwa.maj.record.Rational
Sets the denominator of the value represented by this rational number.
setDescribedSlotIDs(Set<Integer>) - Method in class tv.amwa.maj.entity.DescriptiveMarker
 
setDescribedSlotIDs(Set<Integer>) - Method in interface tv.amwa.maj.iface.DescriptiveMarker
Specifies the slot ids in the mob to which this descriptive marker refers.
setDescribesStaticEssence() - Method in class tv.amwa.maj.entity.AAFFileDescriptor
Sets this file descriptor so that it describes static essence.
setDescribesTimeVaryingEssence(Rational, long) - Method in class tv.amwa.maj.entity.AAFFileDescriptor
Sets this file descriptor so that it describes time varying essence.
setDescription(String) - Method in class tv.amwa.maj.entity.DefinitionObject
 
setDescription(String) - Method in interface tv.amwa.maj.iface.DefinitionObject
Sets the description of this definition, which provides an explanation of the use of the item being defined.
setDescription(String) - Method in interface tv.amwa.maj.iface.MetaDefinition
Sets the description of this meta definition.
setDescription(String) - Method in class tv.amwa.maj.meta.MetaDefinition
 
setDescriptiveFramework(DescriptiveFramework) - Method in class tv.amwa.maj.entity.DescriptiveMarker
 
setDescriptiveFramework(DescriptiveFramework) - Method in interface tv.amwa.maj.iface.DescriptiveMarker
Sets the descriptive framework that specifies the metadata for this descriptive marker.
setDialNorm(Byte) - Method in class tv.amwa.maj.entity.SoundDescriptor
 
setDialNorm(Byte) - Method in interface tv.amwa.maj.iface.SoundDescriptor
Sets the dial norm of this sound descriptor, which specifies the gain to be applied to normalize perceived loudness of the sound, as defined by ITU-R Recommendation BS.1196 (1dB per step).
setDictionary(Dictionary) - Method in class tv.amwa.maj.meta.TypeDefinitionOpaque
 
setDisplayF2Offset(Integer) - Method in class tv.amwa.maj.entity.DigitalImageDescriptor
 
setDisplayF2Offset(Integer) - Method in interface tv.amwa.maj.iface.DigitalImageDescriptor
Sets the display field 2 offset property of this digital image descriptor.
setDisplayUnits(String) - Method in class tv.amwa.maj.entity.ParameterDefinition
 
setDisplayUnits(String) - Method in interface tv.amwa.maj.iface.ParameterDefinition
Sets the display units of this parameter definition, which is a displayable string identifying the units in which the parameter is measured.
setDisplayView(int, int, int, int) - Method in class tv.amwa.maj.entity.DigitalImageDescriptor
 
setDisplayView(int, int, int, int) - Method in interface tv.amwa.maj.iface.DigitalImageDescriptor
Sets the dimension of display view of this digital image descriptor.
setDocumentLocator(Locator) - Method in class tv.amwa.maj.io.xml.MasterContentHandler
 
setDrop(boolean) - Method in class tv.amwa.maj.embeddable.TimecodeValue
 
setDrop(boolean) - Method in interface tv.amwa.maj.record.TimecodeValue
Sets whether the timecode is drop (true value) or nondrop (false value).
setEditHint(EditHintType) - Method in class tv.amwa.maj.entity.ControlPoint
 
setEditHint(EditHintType) - Method in interface tv.amwa.maj.iface.ControlPoint
Sets the control point edit hint value, which describes how to alter the position (time) if the operation group is made longer or shorter.
setEditRate(Rational) - Method in class tv.amwa.maj.entity.EventMobSlot
 
setEditRate(Rational) - Method in class tv.amwa.maj.entity.TimelineMobSlot
 
setEditRate(Rational) - Method in interface tv.amwa.maj.iface.EventMobSlot
Sets the edit rate for this mob slot, which specifies the units in which the events specify their starting time and duration
setEditRate(Rational) - Method in interface tv.amwa.maj.iface.TimelineMobSlot
Sets the edit rate for this timeline mob slot, which specifies the units of time of the slot.
setElectroSpatialFormulation(ElectroSpatialFormulation) - Method in class tv.amwa.maj.entity.SoundDescriptor
 
setElectroSpatialFormulation(ElectroSpatialFormulation) - Method in interface tv.amwa.maj.iface.SoundDescriptor
Sets the electro-spatial formulation of the signal of the audio essence described by this sound descriptor.
setElementAt(PropertyValue, int, PropertyValue) - Method in interface tv.amwa.maj.iface.TypeDefinitionVariableArray
Sets an element of the given array at the given index with the given value, replacing the value that is currently stored.
setElementAt(PropertyValue, int, PropertyValue) - Method in class tv.amwa.maj.meta.TypeDefinitionVariableArray
 
setElementValue(PropertyValue, int, PropertyValue) - Method in interface tv.amwa.maj.iface.TypeDefinitionFixedArray
Sets the value of a member of the given fixed array property value at the given index using the given value.
setElementValue(PropertyValue, int, PropertyValue) - Method in class tv.amwa.maj.meta.TypeDefinitionFixedArray
 
setEmphasis(EmphasisType) - Method in class tv.amwa.maj.entity.AES3PCMDescriptor
 
setEmphasis(EmphasisType) - Method in interface tv.amwa.maj.iface.AES3PCMDescriptor
Sets the AES3 emphasis property of the associated sound essence.
setEndAnchor(String) - Method in class tv.amwa.maj.entity.HTMLClip
 
setEndAnchor(String) - Method in interface tv.amwa.maj.iface.HTMLClip
Sets the end anchor property of this HTML clip, which delineates the anchor that is the end of the reference's text.
setEndOfModulation(String) - Method in class tv.amwa.maj.entity.BWFImportDescriptor
 
setEndOfModulation(String) - Method in interface tv.amwa.maj.iface.BWFImportDescriptor
Sets the end of modulation property of this BWF import descriptor, which is taken from the end modulation data property of the associated <qlty> chunk.
setEngine(AUID) - Method in class tv.amwa.maj.entity.PluginDefinition
 
setEngine(AUID) - Method in interface tv.amwa.maj.iface.PluginDefinition
Sets the software engine identifier that identifies the software subsystem used for essence management and playback for the defined plugin.
setEngineMaximumVersion(VersionType) - Method in class tv.amwa.maj.entity.PluginDefinition
 
setEngineMaximumVersion(VersionType) - Method in interface tv.amwa.maj.iface.PluginDefinition
Sets the maximum engine version property of the defined plugin, which specifies the maximum version of the engine for which this plugin will function.
setEngineMinimumVersion(VersionType) - Method in class tv.amwa.maj.entity.PluginDefinition
 
setEngineMinimumVersion(VersionType) - Method in interface tv.amwa.maj.iface.PluginDefinition
Sets the minimum engine version property of the defined plugin, which specifies the minimum version of the engine for which this plugin will function.
setEssenceCodecFlavour(AUID) - Method in interface tv.amwa.maj.iface.EssenceAccess
Sets which flavour of the codec for the essence is to be used.
setEssenceDescriptor(EssenceDescriptor) - Method in class tv.amwa.maj.entity.SourceMob
 
setEssenceDescriptor(EssenceDescriptor) - Method in interface tv.amwa.maj.iface.SourceMob
Sets the essence descriptor of this source mob, which describes the format of the essence associated with the source mob.
setEssenceIsIdentified(Boolean) - Method in class tv.amwa.maj.entity.ContainerDefinition
 
setEssenceIsIdentified(Boolean) - Method in interface tv.amwa.maj.iface.ContainerDefinition
Sets whether the essence of the defined container is identified, which specifies when true that the container uses the mob id to identify the essence data and that the container may contain multiple essence data objects, each identified by a mob id.
setEventSlotOrigin(Long) - Method in class tv.amwa.maj.entity.EventMobSlot
 
setEventSlotOrigin(Long) - Method in interface tv.amwa.maj.iface.EventMobSlot
Sets the event slot origin of this event mob slot, which specifies the point, in edit units, in a slot from which relative times are measured.
setExtent(long) - Method in interface tv.amwa.maj.iface.RandomRawStorage
Request the given capacity for the storage.
setFade(long, FadeType, long, FadeType) - Method in class tv.amwa.maj.entity.SourceClip
Deprecated. 
setFade(Fade) - Method in class tv.amwa.maj.entity.SourceClip
Deprecated. 
setFade(long, FadeType, long, FadeType) - Method in interface tv.amwa.maj.iface.SourceClip
Deprecated. The fade properties of a source clip are deprecated in the AAF specification. Use a transition with an appropriate effect instead.
setFade(Fade) - Method in interface tv.amwa.maj.iface.SourceClip
Deprecated. The fade properties of a source clip are deprecated in the AAF specification. Use a transition with an appropriate effect instead.
setFadeEditUnit(Rational) - Method in class tv.amwa.maj.argument.DefaultFade
 
setFadeEditUnit(Rational) - Method in interface tv.amwa.maj.record.DefaultFade
Sets the edit units used to specify the default fade length
setFadeInLength(long) - Method in class tv.amwa.maj.argument.Fade
 
setFadeInLength(long) - Method in interface tv.amwa.maj.record.Fade
Sets the fade in length of the fade.
setFadeInType(FadeType) - Method in class tv.amwa.maj.argument.Fade
 
setFadeInType(FadeType) - Method in interface tv.amwa.maj.record.Fade
Sets the fade in type of the fade.
setFadeLength(long) - Method in class tv.amwa.maj.argument.DefaultFade
 
setFadeLength(long) - Method in interface tv.amwa.maj.record.DefaultFade
Sets the length of this default audio fade, measured in this fade's edit unit.
setFadeOutLength(long) - Method in class tv.amwa.maj.argument.Fade
 
setFadeOutLength(long) - Method in interface tv.amwa.maj.record.Fade
Sets the fade out length of the fade.
setFadeOutType(FadeType) - Method in class tv.amwa.maj.argument.Fade
 
setFadeOutType(FadeType) - Method in interface tv.amwa.maj.record.Fade
Sets the fade out type of the fade.
setFadeType(FadeType) - Method in class tv.amwa.maj.argument.DefaultFade
 
setFadeType(FadeType) - Method in interface tv.amwa.maj.record.DefaultFade
Sets the type of this default audio fade.
setFieldDominance(FieldNumber) - Method in class tv.amwa.maj.entity.DigitalImageDescriptor
 
setFieldDominance(FieldNumber) - Method in interface tv.amwa.maj.iface.DigitalImageDescriptor
Sets the field dominance property of this digital image descriptor, which specifies whether field 1 or field 2 is dominant in images composed of two interlaced fields.
setFieldEndOffset(Integer) - Method in class tv.amwa.maj.entity.DigitalImageDescriptor
 
setFieldEndOffset(Integer) - Method in interface tv.amwa.maj.iface.DigitalImageDescriptor
Sets the field end offset property of this digital image descriptor, which specifies the number of unused bytes at the end of each video field.
setFieldStartOffset(Integer) - Method in class tv.amwa.maj.entity.DigitalImageDescriptor
 
setFieldStartOffset(Integer) - Method in interface tv.amwa.maj.iface.DigitalImageDescriptor
Sets the field start offset property of this digital image descriptor, which specifies the number of unused bytes at the start of each video field.
setFileBits(SetFileBits) - Method in interface tv.amwa.maj.iface.RandomFile
File data with which the file is to be created.
SetFileBits - Interface in tv.amwa.maj.iface
This interface is implemented by the toolkit, and is provided to clients of AAF file to allow them to supply the raw bits of a file before open.
setFileDescriptor(AAFFileDescriptor) - Method in class tv.amwa.maj.entity.item.AAFFileDescriptorItem
 
setFileDescriptorClass(ClassDefinition) - Method in class tv.amwa.maj.entity.CodecDefinition
 
setFileDescriptorClass(ClassDefinition) - Method in interface tv.amwa.maj.iface.CodecDefinition
Sets the file descriptor class associated with this codec, which specifies the class definition of the sub-class of FileDescriptor that identifies the essence format that the defined codec processes.
setFileMob(SourceMob) - Method in class tv.amwa.maj.entity.EssenceData
 
setFileMob(SourceMob) - Method in interface tv.amwa.maj.iface.EssenceData
Sets a reference to the file source mob that describes this essence data.
setFileSecurityReport(Integer) - Method in class tv.amwa.maj.entity.BWFImportDescriptor
 
setFileSecurityReport(Integer) - Method in interface tv.amwa.maj.iface.BWFImportDescriptor
Set the file security code of the quality report of this BWF import descriptor.
setFileSecurityWave(Integer) - Method in class tv.amwa.maj.entity.BWFImportDescriptor
 
setFileSecurityWave(Integer) - Method in interface tv.amwa.maj.iface.BWFImportDescriptor
Sets the file security code of the BWF wave data of this BWF import descriptor.
setFilmAspectRatio(Rational) - Method in class tv.amwa.maj.entity.FilmDescriptor
 
setFilmAspectRatio(Rational) - Method in interface tv.amwa.maj.iface.FilmDescriptor
Sets the image aspect ratio of this film descriptor, which specifies the ratio between the horizontal size of the frame image and the vertical size of the frame image.
setFilmBatchNumber(String) - Method in class tv.amwa.maj.entity.FilmDescriptor
 
setFilmBatchNumber(String) - Method in interface tv.amwa.maj.iface.FilmDescriptor
Sets the film batch number for this film descriptor.
setFilmFormat(FilmType) - Method in class tv.amwa.maj.entity.FilmDescriptor
 
setFilmFormat(FilmType) - Method in interface tv.amwa.maj.iface.FilmDescriptor
Sets the film format for this film descriptor, according to its film type.
setFilmGaugeFormat(String) - Method in class tv.amwa.maj.entity.FilmDescriptor
 
setFilmGaugeFormat(String) - Method in interface tv.amwa.maj.iface.FilmDescriptor
Sets the film gauge format of this film descriptor.
setFilmKind(FilmType) - Method in class tv.amwa.maj.embeddable.EdgecodeValue
 
setFilmKind(FilmType) - Method in interface tv.amwa.maj.record.EdgecodeValue
Sets the type of film for this edge code.
setFilmManufacturer(String) - Method in class tv.amwa.maj.entity.FilmDescriptor
 
setFilmManufacturer(String) - Method in interface tv.amwa.maj.iface.FilmDescriptor
Sets the film manufacturer property of this film descriptor, which is a string to display to end users, indicating the manufacturer of the film.
setFilmModel(String) - Method in class tv.amwa.maj.entity.FilmDescriptor
 
setFilmModel(String) - Method in interface tv.amwa.maj.iface.FilmDescriptor
Sets the film model property of the film descriptor, which is a string to display to end users indicating the manufacturerÕs brand designation for the film, such as "5247".
setFixedChannelStatusData(byte[]) - Method in class tv.amwa.maj.entity.AES3PCMDescriptor
 
setFixedChannelStatusDataAt(int, byte[]) - Method in class tv.amwa.maj.entity.AES3PCMDescriptor
 
setFixedChannelStatusDataAt(int, byte[]) - Method in interface tv.amwa.maj.iface.AES3PCMDescriptor
Sets the AES3 fixed channel status data for the channel referenced by the given index in the associated audio essence.
setFixedUserData(byte[]) - Method in class tv.amwa.maj.entity.AES3PCMDescriptor
 
setFixedUserDataAt(int, byte[]) - Method in class tv.amwa.maj.entity.AES3PCMDescriptor
 
setFixedUserDataAt(int, byte[]) - Method in interface tv.amwa.maj.iface.AES3PCMDescriptor
Sets the AES3 fixed user data for the given channel in the associated audio essence.
setFps(short) - Method in class tv.amwa.maj.embeddable.TimecodeValue
 
setFps(short) - Method in interface tv.amwa.maj.record.TimecodeValue
Sets the frames per second of the videotape or audio tape of the timecode.
setFraction(byte) - Method in class tv.amwa.maj.embeddable.TimeStruct
 
setFraction(byte) - Method in interface tv.amwa.maj.record.TimeStruct
Sets the fractions of a second component of the time value, in the range 0 to 99.
setFrameLayout(LayoutType) - Method in class tv.amwa.maj.entity.DigitalImageDescriptor
 
setFrameLayout(LayoutType) - Method in interface tv.amwa.maj.iface.DigitalImageDescriptor
Sets the frame layout for this digital image descriptor, which describes whether all data for a complete sample is in one frame or is split into more than one field.
setFrameRate(Integer) - Method in class tv.amwa.maj.entity.FilmDescriptor
 
setFrameRate(Integer) - Method in interface tv.amwa.maj.iface.FilmDescriptor
Set the frame rate for this film descriptor, which specifies the frame rate of the film measured in frames per second.
setGenerationID(AUID) - Method in class tv.amwa.maj.argument.IdentificationCriteriaByIdGeneration
 
setGenerationID(AUID) - Method in interface tv.amwa.maj.union.IdentificationCriteriaByIdGeneration
Sets the generation id of the identification criteria.
setGenerationTracking(boolean) - Method in class tv.amwa.maj.industry.AAFFactory
Enable or disable generation tracking for all future objects made by this factory.
setHandle(PropertyValue, byte[]) - Method in interface tv.amwa.maj.iface.TypeDefinitionOpaque
Sets the value of the given opaque property value to the given unknown data.
setHandle(PropertyValue, byte[]) - Method in class tv.amwa.maj.meta.TypeDefinitionOpaque
 
setHardwarePlatform(AUID) - Method in class tv.amwa.maj.entity.PluginDefinition
 
setHardwarePlatform(AUID) - Method in interface tv.amwa.maj.iface.PluginDefinition
Sets the hardware platform identifier of the defined plugin, which identifies the platform by both the hardware platform and operating system.
setHeader(byte[]) - Method in class tv.amwa.maj.embeddable.EdgecodeValue
 
setHeader(byte[]) - Method in interface tv.amwa.maj.record.EdgecodeValue
Sets the text prefix that identifies the film.
setHeaderFromString(String) - Method in class tv.amwa.maj.embeddable.EdgecodeValue
Set the value of the edge code header from the given string.
setHorizontalSubsampling(int) - Method in class tv.amwa.maj.entity.CDCIDescriptor
 
setHorizontalSubsampling(int) - Method in interface tv.amwa.maj.iface.CDCIDescriptor
Sets the horizontal subsampling property for this CDCI descriptor, which specifies the ratio of luminance sampling to chrominance sampling in the horizontal direction.
setHour(byte) - Method in class tv.amwa.maj.embeddable.TimeStruct
 
setHour(byte) - Method in interface tv.amwa.maj.record.TimeStruct
Sets the hours component of the time value, in the range 0 to 23.
setId(long) - Method in class tv.amwa.maj.entity.Dictionary
 
setId(long) - Method in class tv.amwa.maj.entity.MobSlot
 
setId(long) - Method in class tv.amwa.maj.entity.Parameter
 
setId(long) - Method in class tv.amwa.maj.entity.TaggedValue
 
setIdenticalGOP(Boolean) - Method in class tv.amwa.maj.entity.MPEGVideoDescriptor
 
setIdenticalGOP(Boolean) - Method in interface tv.amwa.maj.iface.MPEGVideoDescriptor
Set to true to indicate that every GOP in the described MPEG video sequence is constructed in the same way, as per ISO/IEC 13818-1 IBP descriptor, otherwise false.
setIdentification(Identification) - Method in class tv.amwa.maj.entity.item.IdentificationItem
 
setImageAlignmentFactor(Integer) - Method in class tv.amwa.maj.entity.DigitalImageDescriptor
 
setImageAlignmentFactor(Integer) - Method in interface tv.amwa.maj.iface.DigitalImageDescriptor
Sets the image alignment factor property of this digital image descriptor which specifies the alignment when storing the digital essence.
setImageAspectRatio(Rational) - Method in class tv.amwa.maj.entity.DigitalImageDescriptor
 
setImageAspectRatio(Rational) - Method in interface tv.amwa.maj.iface.DigitalImageDescriptor
Sets the image aspect ratio property of this digital image descriptor, which describes the ratio between the horizontal size and the vertical size in the intended final image.
setIncludeSync(Boolean) - Method in class tv.amwa.maj.entity.TimecodeStream12M
 
setIncludeSync(Boolean) - Method in interface tv.amwa.maj.iface.TimecodeStream12M
Sets true if synchronization data is included in this timecode stream and false if the synchronization data has a fixed value and is omitted from the timecode stream.
setInputSegment(Segment) - Method in class tv.amwa.maj.entity.Pulldown
 
setInputSegment(Segment) - Method in interface tv.amwa.maj.iface.Pulldown
Sets the input segment for this pulldown, which is either a source clip or timecode.
setInstanceHigh(byte) - Method in class tv.amwa.maj.embeddable.MobID
 
setInstanceHigh(byte) - Method in interface tv.amwa.maj.record.MobID
Sets the most significant bit of the 3 byte instance number, which is stored as bytes 14 to 16 of the mob id.
setInstanceLow(byte) - Method in class tv.amwa.maj.embeddable.MobID
 
setInstanceLow(byte) - Method in interface tv.amwa.maj.record.MobID
Sets the least significant byte of the 3 byte instance number, which is stored as bytes 14 to 16 of the mob id.
setInstanceMid(byte) - Method in class tv.amwa.maj.embeddable.MobID
 
setInstanceMid(byte) - Method in interface tv.amwa.maj.record.MobID
Sets the middle byte of the 3 byte instance number, which is stored as bytes 14 to 16 of the mob id.
setInteger(PropertyValue, Number) - Method in interface tv.amwa.maj.iface.TypeDefinitionInteger
Convert the given number value to one appropriate for this integer type definition and set the value of the given integer property value to be the converted value.
setInteger(PropertyValue, Number) - Method in class tv.amwa.maj.meta.TypeDefinitionInteger
 
setIsAccelerated(Boolean) - Method in class tv.amwa.maj.entity.PluginDefinition
 
setIsAccelerated(Boolean) - Method in interface tv.amwa.maj.iface.PluginDefinition
Set to true if the plugin defined by this plugin definition is capable of running with a hardware accelerator; otherwise false.
setIsContiguous(boolean) - Method in class tv.amwa.maj.entity.TIFFDescriptor
 
setIsContiguous(boolean) - Method in interface tv.amwa.maj.iface.TIFFDescriptor
Sets whether essence data is stored in contiguous bytes for the TIFF data described by this TIFF descriptor.
setIsLocked(Boolean) - Method in class tv.amwa.maj.entity.SoundDescriptor
 
setIsLocked(Boolean) - Method in interface tv.amwa.maj.iface.SoundDescriptor
Sets the locked flag for the audio essence described this sound descriptor, which indicates whether the number of samples per frame is locked.
setIsSoftwareOnly(Boolean) - Method in class tv.amwa.maj.entity.PluginDefinition
 
setIsSoftwareOnly(Boolean) - Method in interface tv.amwa.maj.iface.PluginDefinition
Set to true if the plugin defined by this plugin definition is capable of running in a software-only environment; otherwise false.
setIsTimeWarp(Boolean) - Method in class tv.amwa.maj.entity.OperationDefinition
 
setIsTimeWarp(Boolean) - Method in interface tv.amwa.maj.iface.OperationDefinition
Set to true to indicate that the the length of an operation group is different from the lengths of the input segments, for example a slow motion effect.
setIsUniform(boolean) - Method in class tv.amwa.maj.entity.TIFFDescriptor
 
setIsUniform(boolean) - Method in interface tv.amwa.maj.iface.TIFFDescriptor
Sets whether the TIFF data described by this TIFF descriptor has the same number of rows per strip throughout.
setJavaImplementation(Class<?>) - Method in interface tv.amwa.maj.iface.ClassDefinition
Sets the Java class implementation associated with the defined class.
setJavaImplementation(Class<?>) - Method in class tv.amwa.maj.meta.ClassDefinition
 
setJPEGTableID(Integer) - Method in class tv.amwa.maj.entity.TIFFDescriptor
 
setJPEGTableID(Integer) - Method in interface tv.amwa.maj.iface.TIFFDescriptor
Sets the JPEG table code property of this TIFF descriptor, which specifies the registered JPEG table code.
setKind(DefinitionKind) - Method in class tv.amwa.maj.argument.DefinitionCriteriaByKind
 
setKind(MobKind) - Method in class tv.amwa.maj.argument.SearchByMobKind
 
setKind(DefinitionKind) - Method in interface tv.amwa.maj.union.DefinitionCriteriaByKind
Sets the definition kind for this definition criteria.
setKind(MobKind) - Method in interface tv.amwa.maj.union.SearchByMobKind
Sets the kind of mob of the search criteria.
setKLVData(KLVData) - Method in class tv.amwa.maj.entity.item.KLVDataItem
 
setKLVDataType(TypeDefinition) - Method in class tv.amwa.maj.entity.KLVDataDefinition
 
setKLVDataType(TypeDefinition) - Method in interface tv.amwa.maj.iface.KLVDataDefinition
Sets the KLV data type property of this KLV data definition, which specifies the type of the value of the documented KLV data.
setLeadingLines(Integer) - Method in class tv.amwa.maj.entity.TIFFDescriptor
 
setLeadingLines(Integer) - Method in interface tv.amwa.maj.iface.TIFFDescriptor
Sets the number of leading lines of this TIFF descriptor, which specifies the number of leading lines to be thrown away when viewing the TIFF data.
setLength(byte) - Method in class tv.amwa.maj.embeddable.MobID
 
setLength(long) - Method in class tv.amwa.maj.entity.AAFFileDescriptor
 
setLength(long) - Method in class tv.amwa.maj.entity.Component
 
setLength(long) - Method in interface tv.amwa.maj.iface.AAFFileDescriptor
Sets the length of the essence in sample units (not edit units).
setLength(long) - Method in interface tv.amwa.maj.iface.Component
Sets the length property of this component, which specifies its duration in edit units.
setLength(byte) - Method in interface tv.amwa.maj.record.MobID
Returns the length of the mob id in terms of the number of bytes following this byte, as stored at byte 13 of the mob id.
setLengthPresent(boolean) - Method in class tv.amwa.maj.entity.Component
Sets whether the length property is present for this component.
setLinkedSlotID(Integer) - Method in class tv.amwa.maj.entity.AAFFileDescriptor
 
setLinkedSlotID(Integer) - Method in interface tv.amwa.maj.iface.AAFFileDescriptor
Set the linked slot id of this file descriptor, which specifies which mob slot of the associated source mob this descriptor describes when the source mob is described by a multiple descriptor.
setListIndex(int) - Method in class tv.amwa.maj.entity.item.ListItem
 
setLocalizedUID(String) - Method in class tv.amwa.maj.entity.DefinitionObject
 
setLocalNodeID(byte[]) - Static method in class tv.amwa.maj.embeddable.AUID
Set the local node ID to use in the generation of timebased UUIDs as AUIDs.
setLocator(Locator) - Method in class tv.amwa.maj.entity.item.LocatorItem
 
setLowDelay(Boolean) - Method in class tv.amwa.maj.entity.MPEGVideoDescriptor
 
setLowDelay(Boolean) - Method in interface tv.amwa.maj.iface.MPEGVideoDescriptor
Set to true if the low delay mode was used in the sequence represented by the described MPEG video essence and false otherwise.
setMajor(short) - Method in class tv.amwa.maj.embeddable.ProductVersion
 
setMajor(byte) - Method in class tv.amwa.maj.embeddable.VersionType
 
setMajor(short) - Method in interface tv.amwa.maj.record.ProductVersion
Sets the major component of this version number.
setMajor(byte) - Method in interface tv.amwa.maj.record.VersionType
Sets the major component of the version number.
setManufacturerID(AUID) - Method in class tv.amwa.maj.entity.PluginDefinition
 
setManufacturerID(AUID) - Method in interface tv.amwa.maj.iface.PluginDefinition
Sets the AUID that identifies the manufacturer of this plugin definition.
setManufacturerInfo(NetworkLocator) - Method in class tv.amwa.maj.entity.PluginDefinition
 
setManufacturerInfo(NetworkLocator) - Method in interface tv.amwa.maj.iface.PluginDefinition
Set a network locator pointing to the location of manufacturer information for the plugin definition.
setMarkIn(Long) - Method in class tv.amwa.maj.entity.TimelineMobSlot
 
setMarkIn(Long) - Method in interface tv.amwa.maj.iface.TimelineMobSlot
Sets the mark in property for this timeline mob slot, which specifies the position of the marked in point as a count of edit units from the zero position of this timeline mob slot.
setMarkOut(Long) - Method in class tv.amwa.maj.entity.TimelineMobSlot
 
setMarkOut(Long) - Method in interface tv.amwa.maj.iface.TimelineMobSlot
Sets the mark out property of this timeline mob slot, which specifies the position of the marked out point as a count of edit units from the zero position of this timeline mob slot.
setMaterial(AUID) - Method in class tv.amwa.maj.embeddable.MobID
 
setMaterial(AUID) - Method in interface tv.amwa.maj.record.MobID
Sets the material number of the mob id, represented as an AUID, which is taken from bytes 17 to 32 of the mob id.
setMaxBPictureCount(Short) - Method in class tv.amwa.maj.entity.MPEGVideoDescriptor
 
setMaxBPictureCount(Short) - Method in interface tv.amwa.maj.iface.MPEGVideoDescriptor
Sets the maximum number of B pictures between P frames or I frames in the described MPEG video essence, equivalent to ISO/IEC 13818-2 annex D (M-1).
setMaxGOP(Short) - Method in class tv.amwa.maj.entity.MPEGVideoDescriptor
 
setMaxGOP(Short) - Method in interface tv.amwa.maj.iface.MPEGVideoDescriptor
Sets the maximum occurring spacing between I frames in the described MPEG video essence, as per ISO/IEC 13818-1 IBP descriptor.
setMediaCriteria(CriteriaType) - Method in class tv.amwa.maj.argument.SearchByMediaCriteria
 
setMediaCriteria(CriteriaType) - Method in interface tv.amwa.maj.union.SearchByMediaCriteria
Sets the media criteria search type.
setMediaKind(AUID) - Method in class tv.amwa.maj.argument.MultiCreateItem
 
setMediaKind(AUID) - Method in class tv.amwa.maj.argument.MultiXferItem
 
setMediaKind(AUID) - Method in interface tv.amwa.maj.record.MultiCreateItem
Sets the kind of media represented by this item.
setMediaKind(AUID) - Method in interface tv.amwa.maj.record.MultiXferItem
Sets the essence type definition of this data item.
setMimeType(String) - Method in class tv.amwa.maj.entity.AuxiliaryDescriptor
 
setMimeType(String) - Method in interface tv.amwa.maj.iface.AuxiliaryDescriptor
Sets the registered mime type of the data in the auxiliary file as per RFC 2046 and RFC 2048.
setMinor(short) - Method in class tv.amwa.maj.embeddable.ProductVersion
 
setMinor(byte) - Method in class tv.amwa.maj.embeddable.VersionType
 
setMinor(short) - Method in interface tv.amwa.maj.record.ProductVersion
Sets the minor component of the version number.
setMinor(byte) - Method in interface tv.amwa.maj.record.VersionType
Sets the minor component of the version number.
setMinute(byte) - Method in class tv.amwa.maj.embeddable.TimeStruct
 
setMinute(byte) - Method in interface tv.amwa.maj.record.TimeStruct
Sets the minutes component of the time value, in the range 0 to 59.
setMobId(MobID) - Method in class tv.amwa.maj.argument.SearchByMobID
 
setMobID(MobID) - Method in class tv.amwa.maj.entity.Mob
 
setMobID(MobID) - Method in interface tv.amwa.maj.iface.Mob
Sets the unique mob identifier (MobID) for this mob.
setMobId(MobID) - Method in interface tv.amwa.maj.union.SearchByMobID
Sets the mob id of the search criteria.
setMobIDValue(byte[]) - Method in class tv.amwa.maj.embeddable.MobID
Sets the value of this mob id using the given byte array, which should contain 32 bytes of data.
setMobSlot(MobSlot) - Method in class tv.amwa.maj.entity.item.MobSlotItem
 
setModTime(TimeStamp) - Method in class tv.amwa.maj.entity.Mob
 
setModTime(TimeStamp) - Method in interface tv.amwa.maj.iface.Mob
Sets the modification time for this mob, which is the date and time when this mob was last modified.
setMonoSourceSlotIDs(int[]) - Method in class tv.amwa.maj.entity.SourceReferenceSegment
 
setMonoSourceSlotIDs(int[]) - Method in interface tv.amwa.maj.iface.SourceReferenceSegment
For references from a multi-channel mob slot to multiple mono mob slots, sets the mono source slot ids property of this source reference, which specifies multiple mono mob slots that are referenced.
setMonth(byte) - Method in class tv.amwa.maj.embeddable.DateStruct
 
setMonth(byte) - Method in interface tv.amwa.maj.record.DateStruct
Set the month component of the date, which is in the range 1 to 12.
setName(String) - Method in class tv.amwa.maj.argument.DefinitionCriteriaByName
 
setName(String) - Method in class tv.amwa.maj.argument.SearchByName
 
setName(String) - Method in class tv.amwa.maj.entity.DefinitionObject
 
setName(String) - Method in class tv.amwa.maj.entity.item.NameItem
 
setName(String) - Method in class tv.amwa.maj.entity.Mob
 
setName(String) - Method in class tv.amwa.maj.entity.MobSlot
 
setName(String) - Method in class tv.amwa.maj.entity.TextLocator
 
setName(String) - Method in interface tv.amwa.maj.iface.DefinitionObject
Sets the display name of this definition.
setName(String) - Method in interface tv.amwa.maj.iface.MetaDefinition
Sets the name of this meta definition.
setName(String) - Method in interface tv.amwa.maj.iface.Mob
Sets the name of this mob, as displayed to the end user.
setName(String) - Method in interface tv.amwa.maj.iface.MobSlot
Sets the name of this mob slot.
setName(String) - Method in interface tv.amwa.maj.iface.TextLocator
Sets the name of the text locator, which provides a text string containing information to help find the file containing the essence or the physical media.
setName(String) - Method in class tv.amwa.maj.meta.MetaDefinition
 
setName(String) - Method in interface tv.amwa.maj.union.DefinitionCriteriaByName
Sets the name defining this definition criteria.
setName(String) - Method in interface tv.amwa.maj.union.SearchByName
Sets the name the defines the search criteria.
setNumberInputs(int) - Method in class tv.amwa.maj.entity.OperationDefinition
 
setNumberInputs(int) - Method in interface tv.amwa.maj.iface.OperationDefinition
Sets the number of input media segments for the operation definition.
setNumerator(int) - Method in class tv.amwa.maj.embeddable.Rational
 
setNumerator(int) - Method in interface tv.amwa.maj.record.Rational
Sets the numerator of the value represented by this rational number.
setNumSamples(int) - Method in class tv.amwa.maj.argument.MultiXferItem
 
setNumSamples(int) - Method in interface tv.amwa.maj.record.MultiXferItem
Sets the number of samples of this data item to transfer.
setObject(PropertyValue, Object) - Method in interface tv.amwa.maj.iface.TypeDefinitionObjectReference
Sets the given object as the target of the given object reference property value.
setObject(PropertyValue, Object) - Method in interface tv.amwa.maj.iface.TypeDefinitionRecord
Sets the value of the given record property value using the given Java object.
setObject(PropertyValue, Object) - Method in class tv.amwa.maj.meta.TypeDefinitionObjectReference
 
setObject(PropertyValue, Object) - Method in class tv.amwa.maj.meta.TypeDefinitionRecord
 
setObjectModelVersion(Integer) - Method in class tv.amwa.maj.entity.Header
 
setOperationalPattern(AUID) - Method in class tv.amwa.maj.entity.Header
 
setOperationalPattern(AUID) - Method in interface tv.amwa.maj.iface.Header
Sets the MXF operational pattern or AAF protocol that the file of this header complies with.
setOperationDefinition(OperationDefinition) - Method in class tv.amwa.maj.entity.item.OperationDefinitionItem
 
setOperationDefinition(OperationDefinition) - Method in class tv.amwa.maj.entity.OperationGroup
 
setOperationDefinition(OperationDefinition) - Method in interface tv.amwa.maj.iface.OperationGroup
Sets the operation definition for the operation group, which identifies the kind of operation.
setOperationGroup(OperationGroup) - Method in class tv.amwa.maj.entity.Transition
 
setOperationGroup(OperationGroup) - Method in interface tv.amwa.maj.iface.Transition
Sets the operation group defining the operation of this transition, which specifies the effect to be applied during the transition.
setOperatorComment(String) - Method in class tv.amwa.maj.entity.BWFImportDescriptor
 
setOperatorComment(String) - Method in interface tv.amwa.maj.iface.BWFImportDescriptor
Sets the operator comment property of this BWF import descriptor, which is taken from the comment of operator property of the associated <qlty> chunk.
setOrigin(long) - Method in class tv.amwa.maj.entity.TimelineMobSlot
 
setOrigin(long) - Method in interface tv.amwa.maj.iface.TimelineMobSlot
Sets the origin of this timeline mob slot, which specifies the offset used to resolve source clip references in this timeline mob slot.
setPaddingBits(Short) - Method in class tv.amwa.maj.entity.CDCIDescriptor
 
setPaddingBits(Short) - Method in interface tv.amwa.maj.iface.CDCIDescriptor
Sets the padding bits property of this CDCI descriptor, which specifies the number of bits padded to each pixel.
setPalette(byte[]) - Method in class tv.amwa.maj.entity.RGBADescriptor
 
setPalette(byte[]) - Method in interface tv.amwa.maj.iface.RGBADescriptor
Sets the palette property of the RGBA descriptor, which is an array of color values that are used to specify an image.
setPaletteLayout(RGBAComponent[]) - Method in class tv.amwa.maj.entity.RGBADescriptor
 
setPaletteLayout(RGBAComponent[]) - Method in interface tv.amwa.maj.iface.RGBADescriptor
Sets the layout and structure of the components of a single entry for the palette of the RGBA descriptor.
setParameter(Parameter) - Method in class tv.amwa.maj.entity.item.ParameterItem
 
setParameterDefinition(ParameterDefinition) - Method in class tv.amwa.maj.entity.Parameter
 
setPatchLevel(short) - Method in class tv.amwa.maj.embeddable.ProductVersion
 
setPatchLevel(short) - Method in interface tv.amwa.maj.record.ProductVersion
Sets the patch level component of the version number.
setPath(String) - Method in class tv.amwa.maj.entity.Locator
 
setPath(String) - Method in interface tv.amwa.maj.iface.Locator
Sets the path string property of this locator, which provides access to the URLString property of a network locator and the name property of a text locator.
setPeakChannelCount(Integer) - Method in class tv.amwa.maj.entity.PCMDescriptor
 
setPeakChannelCount(Integer) - Method in interface tv.amwa.maj.iface.PCMDescriptor
Sets the number of peak channels for this PCM descriptor.
setPeakEnvelopeBlockSize(Integer) - Method in class tv.amwa.maj.entity.PCMDescriptor
 
setPeakEnvelopeBlockSize(Integer) - Method in interface tv.amwa.maj.iface.PCMDescriptor
Sets the number of audio samples used to generate each peak frame for this PCM descriptor.
setPeakEnvelopeData(byte[]) - Method in class tv.amwa.maj.entity.PCMDescriptor
 
setPeakEnvelopeDataPosition(long) - Method in class tv.amwa.maj.entity.PCMDescriptor
 
setPeakEnvelopeDataPosition(long) - Method in interface tv.amwa.maj.iface.PCMDescriptor
Sets the offset from the beginning of the peak envelope data for this PCM descriptor.
setPeakEnvelopeFormat(Integer) - Method in class tv.amwa.maj.entity.PCMDescriptor
 
setPeakEnvelopeFormat(Integer) - Method in interface tv.amwa.maj.iface.PCMDescriptor
Sets the format of the peak point for this PCM descriptor.
setPeakEnvelopeTimestamp(TimeStamp) - Method in class tv.amwa.maj.entity.PCMDescriptor
 
setPeakEnvelopeTimestamp(TimeStamp) - Method in interface tv.amwa.maj.iface.PCMDescriptor
Sets the time stamp for the date and time of the creation of the peak data for the PCM descriptor.
setPeakEnvelopeVersion(Integer) - Method in class tv.amwa.maj.entity.PCMDescriptor
 
setPeakEnvelopeVersion(Integer) - Method in interface tv.amwa.maj.iface.PCMDescriptor
Sets the version information of the peak envelope data of this PCM descriptor.
setPeakFrameCount(Integer) - Method in class tv.amwa.maj.entity.PCMDescriptor
 
setPeakFrameCount(Integer) - Method in interface tv.amwa.maj.iface.PCMDescriptor
Sets the number of peak frames for this PCM descriptor.
setPeakOfPeaksPosition(Long) - Method in class tv.amwa.maj.entity.PCMDescriptor
 
setPeakOfPeaksPosition(Long) - Method in interface tv.amwa.maj.iface.PCMDescriptor
Sets the offset to the first audio sample whose absolute value is the maximum value of the entire audio file described by this PCM descriptor.
setPerforationsPerFrame(Byte) - Method in class tv.amwa.maj.entity.FilmDescriptor
 
setPerforationsPerFrame(Byte) - Method in interface tv.amwa.maj.iface.FilmDescriptor
Set the number of perforations per frame on the film stock for this film descriptor.
setPhaseFrame(int) - Method in class tv.amwa.maj.entity.Pulldown
 
setPhaseFrame(int) - Method in interface tv.amwa.maj.iface.Pulldown
Sets the phase frame property of the pulldown, which specifies the phase within the repeating pulldown pattern of the first frame after the pulldown conversion.
setPhysicalNumber(Integer) - Method in class tv.amwa.maj.entity.MobSlot
 
setPhysicalNumber(Integer) - Method in interface tv.amwa.maj.iface.MobSlot
Sets the physical output channel associated with this mob slot.
setPixelLayout(RGBAComponent[]) - Method in class tv.amwa.maj.entity.RGBADescriptor
 
setPixelLayout(RGBAComponent[]) - Method in interface tv.amwa.maj.iface.RGBADescriptor
Sets the layout and structure of the components in a single pixel of data represented by the RGBA descriptor.
setPlatformMaximumVersion(VersionType) - Method in class tv.amwa.maj.entity.PluginDefinition
 
setPlatformMaximumVersion(VersionType) - Method in interface tv.amwa.maj.iface.PluginDefinition
Sets the maximum platform version property of the plugin definition, which specifies the maximum version of the platform for which the defined plugin will function.
setPlatformMinimumVersion(VersionType) - Method in class tv.amwa.maj.entity.PluginDefinition
 
setPlatformMinimumVersion(VersionType) - Method in interface tv.amwa.maj.iface.PluginDefinition
Sets the minimum platform version property of this plugin definition, which specifies the minimum version of the platform for which the defined plugin will function.
setPluginAPI(AUID) - Method in class tv.amwa.maj.entity.PluginDefinition
 
setPluginAPI(AUID) - Method in interface tv.amwa.maj.iface.PluginDefinition
Sets the identifier for the manufacturer's interface that is supported by the defined plugin.
setPluginAPIMaximumVersion(VersionType) - Method in class tv.amwa.maj.entity.PluginDefinition
 
setPluginAPIMaximumVersion(VersionType) - Method in interface tv.amwa.maj.iface.PluginDefinition
Sets the maximum plugin API version property of the defined plugin, which specifies the maximum version number of the specified plugin interfaces that the plugin supports.
setPluginAPIMinimumVersion(VersionType) - Method in class tv.amwa.maj.entity.PluginDefinition
 
setPluginAPIMinimumVersion(VersionType) - Method in interface tv.amwa.maj.iface.PluginDefinition
Sets the minimum plugin API version property of the defined plugin, which specifies the minimum version number of the specified plugin interfaces that the plugin supports.
setPluginManufacturerName(String) - Method in class tv.amwa.maj.entity.PluginDefinition
 
setPluginManufacturerName(String) - Method in interface tv.amwa.maj.iface.PluginDefinition
Set the plugin manufacturer name for the plugin definition, which specifies a string that can be used to identify the plugin manufacturer to the user.
setPluginVersion(VersionType) - Method in class tv.amwa.maj.entity.PluginDefinition
 
setPluginVersion(VersionType) - Method in interface tv.amwa.maj.iface.PluginDefinition
Sets the version number property of this plugin descriptor, which specifies the plugin version.
setPluginVersionString(String) - Method in class tv.amwa.maj.entity.PluginDefinition
 
setPluginVersionString(String) - Method in interface tv.amwa.maj.iface.PluginDefinition
Sets the plugin version string of this plugin definition, which specifies a string that can be used to identify the plugin version to the user.
setPointsPerPeakValue(Integer) - Method in class tv.amwa.maj.entity.PCMDescriptor
 
setPointsPerPeakValue(Integer) - Method in interface tv.amwa.maj.iface.PCMDescriptor
Sets the number of peak points per peak value for this PCM descriptor.
setPosition(long) - Method in class tv.amwa.maj.entity.EssenceData
 
setPosition(long) - Method in class tv.amwa.maj.entity.Event
 
setPosition(long) - Method in class tv.amwa.maj.entity.RIFFChunk
 
setPosition(long) - Method in interface tv.amwa.maj.iface.EssenceData
Seek to an absolute position within the stream of essence data.
setPosition(long) - Method in interface tv.amwa.maj.iface.Event
Sets the position of this event, which specifies the starting time of the event in an event mob slot.
setPosition(long) - Method in interface tv.amwa.maj.iface.RIFFChunk
Sets the position for reading or writing this RIFF chunk data.
setPosition(PropertyValue, long) - Method in interface tv.amwa.maj.iface.TypeDefinitionStream
Sets the position of the given stream property value to that of the given value.
setPosition(PropertyValue, long) - Method in class tv.amwa.maj.meta.TypeDefinitionStream
 
setPositionPresent(boolean) - Method in class tv.amwa.maj.entity.Event
Sets whether this event is in a context where the position property is present or not.
setPositionTimecode(long, TimecodeValue) - Method in class tv.amwa.maj.entity.TimecodeStream
 
setPositionTimecode(long, TimecodeValue) - Method in interface tv.amwa.maj.iface.TimecodeStream
Sets the timecode value for a given frame of this timecode stream.
setPrimaryMob(Mob) - Method in class tv.amwa.maj.entity.Header
 
setPrimaryMob(Mob) - Method in interface tv.amwa.maj.iface.Header
Sets the primary mob for the file of the header, which specifies the mob that the application treats as the default.
setProductID(AUID) - Method in class tv.amwa.maj.argument.IdentificationCriteriaByIdProductID
 
setProductID(AUID) - Method in interface tv.amwa.maj.union.IdentificationCriteriaByIdProductID
Sets the product id that defines this identification criteria.
setProductVersion(ProductVersion) - Method in class tv.amwa.maj.entity.Identification
 
setProductVersion(ProductVersion) - Method in interface tv.amwa.maj.iface.Identification
Set the product version property of this identification, which specifies the version number of the application.
setProfileAndLevel(Byte) - Method in class tv.amwa.maj.entity.MPEGVideoDescriptor
 
setProfileAndLevel(Byte) - Method in interface tv.amwa.maj.iface.MPEGVideoDescriptor
Sets the MPEG-2 video profile and level of the described MPEG video essence.
setPropertiesFromInterface(Fade) - Method in class tv.amwa.maj.argument.Fade
Set the properties of this fade value from the given object that implements the fade interface.
setPropertiesFromInterface(SourceReferenceValue) - Method in class tv.amwa.maj.argument.SourceReferenceValue
Set the properties of this source reference value using the given object that implements the SourceReferenceValue interface.
setPropertiesFromInterface(AUID) - Method in class tv.amwa.maj.embeddable.AUID
Set the properties of this instance value from those available in the given value, which is specified by the AUID interface.
setPropertiesFromInterface(DateStruct) - Method in class tv.amwa.maj.embeddable.DateStruct
Set the properties of this value from those available in the given value, which is specified by the date structure interface.
setPropertiesFromInterface(EdgecodeValue) - Method in class tv.amwa.maj.embeddable.EdgecodeValue
Set the properties of this value from those available in the given value, which is specified by the edgecode value interface.
setPropertiesFromInterface(MobID) - Method in class tv.amwa.maj.embeddable.MobID
Set the properties of this instance value from those available in the given value, which is specified by the MobID interface.
setPropertiesFromInterface(ProductVersion) - Method in class tv.amwa.maj.embeddable.ProductVersion
Set the properties of this value from those available in the given value, which is specified by the product version interface.
setPropertiesFromInterface(Rational) - Method in class tv.amwa.maj.embeddable.Rational
Set the properties of this value from those available in the given value, which is specified by the rational value interface.
setPropertiesFromInterface(RGBAComponent) - Method in class tv.amwa.maj.embeddable.RGBAComponent
Set the properties of this value from those available in the given value, which is specified by the RGBA component interface.
setPropertiesFromInterface(TimecodeValue) - Method in class tv.amwa.maj.embeddable.TimecodeValue
Set the properties of this value from another value that implements that implements the TimecodeValue interface.
setPropertiesFromInterface(TimeStamp) - Method in class tv.amwa.maj.embeddable.TimeStamp
Set the properties of this value from another value that implements that implements the TimeStamp interface.
setPropertiesFromInterface(TimeStruct) - Method in class tv.amwa.maj.embeddable.TimeStruct
Set the properties of this value from those available in the given value, which is specified by the time structure interface.
setPropertiesFromInterface(VersionType) - Method in class tv.amwa.maj.embeddable.VersionType
Set the properties of this value from another value that implements that implements the VersionType interface.
setPropertiesFromInterface(AAFFileDescriptor) - Method in class tv.amwa.maj.entity.AAFFileDescriptor
 
setPropertiesFromInterface(AES3PCMDescriptor) - Method in class tv.amwa.maj.entity.AES3PCMDescriptor
 
setPropertiesFromInterface(AIFCDescriptor) - Method in class tv.amwa.maj.entity.AIFCDescriptor
 
setPropertiesFromInterface(AuxiliaryDescriptor) - Method in class tv.amwa.maj.entity.AuxiliaryDescriptor
 
setPropertiesFromInterface(BWFImportDescriptor) - Method in class tv.amwa.maj.entity.BWFImportDescriptor
 
setPropertiesFromInterface(CDCIDescriptor) - Method in class tv.amwa.maj.entity.CDCIDescriptor
 
setPropertiesFromInterface(CodecDefinition) - Method in class tv.amwa.maj.entity.CodecDefinition
 
setPropertiesFromInterface(CommentMarker) - Method in class tv.amwa.maj.entity.CommentMarker
 
setPropertiesFromInterface(Component) - Method in class tv.amwa.maj.entity.Component
 
setPropertiesFromInterface(CompositionMob) - Method in class tv.amwa.maj.entity.CompositionMob
 
setPropertiesFromInterface(ConstantValue) - Method in class tv.amwa.maj.entity.ConstantValue
 
setPropertiesFromInterface(ContainerDefinition) - Method in class tv.amwa.maj.entity.ContainerDefinition
 
setPropertiesFromInterface(ContentStorage) - Method in class tv.amwa.maj.entity.ContentStorage
 
setPropertiesFromInterface(ControlPoint) - Method in class tv.amwa.maj.entity.ControlPoint
 
setPropertiesFromInterface(DataDefinition) - Method in class tv.amwa.maj.entity.DataDefinition
 
setPropertiesFromInterface(DataEssenceDescriptor) - Method in class tv.amwa.maj.entity.DataEssenceDescriptor
 
setPropertiesFromInterface(DescriptiveClip) - Method in class tv.amwa.maj.entity.DescriptiveClip
 
setPropertiesFromInterface(DescriptiveMarker) - Method in class tv.amwa.maj.entity.DescriptiveMarker
 
setPropertiesFromInterface(Dictionary) - Method in class tv.amwa.maj.entity.Dictionary
 
setPropertiesFromInterface(DigitalImageDescriptor) - Method in class tv.amwa.maj.entity.DigitalImageDescriptor
 
setPropertiesFromInterface(EdgecodeSegment) - Method in class tv.amwa.maj.entity.EdgecodeSegment
 
setPropertiesFromInterface(EssenceData) - Method in class tv.amwa.maj.entity.EssenceData
 
setPropertiesFromInterface(EssenceDescriptor) - Method in class tv.amwa.maj.entity.EssenceDescriptor
 
setPropertiesFromInterface(EssenceGroup) - Method in class tv.amwa.maj.entity.EssenceGroup
 
setPropertiesFromInterface(Event) - Method in class tv.amwa.maj.entity.Event
 
setPropertiesFromInterface(EventMobSlot) - Method in class tv.amwa.maj.entity.EventMobSlot
 
setPropertiesFromInterface(Filler) - Method in class tv.amwa.maj.entity.Filler
 
setPropertiesFromInterface(FilmDescriptor) - Method in class tv.amwa.maj.entity.FilmDescriptor
 
setPropertiesFromInterface(GPITrigger) - Method in class tv.amwa.maj.entity.GPITrigger
 
setPropertiesFromInterface(Header) - Method in class tv.amwa.maj.entity.Header
 
setPropertiesFromInterface(HTMLClip) - Method in class tv.amwa.maj.entity.HTMLClip
 
setPropertiesFromInterface(HTMLDescriptor) - Method in class tv.amwa.maj.entity.HTMLDescriptor
 
setPropertiesFromInterface(Identification) - Method in class tv.amwa.maj.entity.Identification
 
setPropertiesFromInterface(ImportDescriptor) - Method in class tv.amwa.maj.entity.ImportDescriptor
 
setPropertiesFromInterface(InterchangeObject) - Method in class tv.amwa.maj.entity.InterchangeObject
Set the properties of this instance value from those available in the given instance of an AAF interface.
setPropertiesFromInterface(InterpolationDefinition) - Method in class tv.amwa.maj.entity.InterpolationDefinition
 
setPropertiesFromInterface(KLVData) - Method in class tv.amwa.maj.entity.KLVData
 
setPropertiesFromInterface(KLVDataDefinition) - Method in class tv.amwa.maj.entity.KLVDataDefinition
 
setPropertiesFromInterface(Locator) - Method in class tv.amwa.maj.entity.Locator
 
setPropertiesFromInterface(MasterMob) - Method in class tv.amwa.maj.entity.MasterMob
 
setPropertiesFromInterface(Mob) - Method in class tv.amwa.maj.entity.Mob
 
setPropertiesFromInterface(MobSlot) - Method in class tv.amwa.maj.entity.MobSlot
 
setPropertiesFromInterface(MPEGVideoDescriptor) - Method in class tv.amwa.maj.entity.MPEGVideoDescriptor
 
setPropertiesFromInterface(MultipleDescriptor) - Method in class tv.amwa.maj.entity.MultipleDescriptor
 
setPropertiesFromInterface(NestedScope) - Method in class tv.amwa.maj.entity.NestedScope
 
setPropertiesFromInterface(NetworkLocator) - Method in class tv.amwa.maj.entity.NetworkLocator
 
setPropertiesFromInterface(OperationDefinition) - Method in class tv.amwa.maj.entity.OperationDefinition
 
setPropertiesFromInterface(OperationGroup) - Method in class tv.amwa.maj.entity.OperationGroup
 
setPropertiesFromInterface(Parameter) - Method in class tv.amwa.maj.entity.Parameter
 
setPropertiesFromInterface(ParameterDefinition) - Method in class tv.amwa.maj.entity.ParameterDefinition
 
setPropertiesFromInterface(PCMDescriptor) - Method in class tv.amwa.maj.entity.PCMDescriptor
 
setPropertiesFromInterface(PhysicalDescriptor) - Method in class tv.amwa.maj.entity.PhysicalDescriptor
 
setPropertiesFromInterface(PluginDefinition) - Method in class tv.amwa.maj.entity.PluginDefinition
 
setPropertiesFromInterface(Pulldown) - Method in class tv.amwa.maj.entity.Pulldown
 
setPropertiesFromInterface(RecordingDescriptor) - Method in class tv.amwa.maj.entity.RecordingDescriptor
 
setPropertiesFromInterface(RGBADescriptor) - Method in class tv.amwa.maj.entity.RGBADescriptor
 
setPropertiesFromInterface(RIFFChunk) - Method in class tv.amwa.maj.entity.RIFFChunk
 
setPropertiesFromInterface(ScopeReference) - Method in class tv.amwa.maj.entity.ScopeReference
 
setPropertiesFromInterface(Segment) - Method in class tv.amwa.maj.entity.Segment
 
setPropertiesFromInterface(Selector) - Method in class tv.amwa.maj.entity.Selector
 
setPropertiesFromInterface(Sequence) - Method in class tv.amwa.maj.entity.Sequence
 
setPropertiesFromInterface(SoundDescriptor) - Method in class tv.amwa.maj.entity.SoundDescriptor
 
setPropertiesFromInterface(SourceClip) - Method in class tv.amwa.maj.entity.SourceClip
 
setPropertiesFromInterface(SourceMob) - Method in class tv.amwa.maj.entity.SourceMob
 
setPropertiesFromInterface(SourceReferenceSegment) - Method in class tv.amwa.maj.entity.SourceReferenceSegment
 
setPropertiesFromInterface(StaticMobSlot) - Method in class tv.amwa.maj.entity.StaticMobSlot
 
setPropertiesFromInterface(TaggedValue) - Method in class tv.amwa.maj.entity.TaggedValue
 
setPropertiesFromInterface(TaggedValueDefinition) - Method in class tv.amwa.maj.entity.TaggedValueDefinition
 
setPropertiesFromInterface(TapeDescriptor) - Method in class tv.amwa.maj.entity.TapeDescriptor
 
setPropertiesFromInterface(TextLocator) - Method in class tv.amwa.maj.entity.TextLocator
 
setPropertiesFromInterface(TIFFDescriptor) - Method in class tv.amwa.maj.entity.TIFFDescriptor
 
setPropertiesFromInterface(TimecodeSegment) - Method in class tv.amwa.maj.entity.TimecodeSegment
 
setPropertiesFromInterface(TimecodeStream) - Method in class tv.amwa.maj.entity.TimecodeStream
 
setPropertiesFromInterface(TimecodeStream12M) - Method in class tv.amwa.maj.entity.TimecodeStream12M
 
setPropertiesFromInterface(TimelineMobSlot) - Method in class tv.amwa.maj.entity.TimelineMobSlot
 
setPropertiesFromInterface(Transition) - Method in class tv.amwa.maj.entity.Transition
 
setPropertiesFromInterface(VaryingValue) - Method in class tv.amwa.maj.entity.VaryingValue
 
setPropertiesFromInterface(WAVEDescriptor) - Method in class tv.amwa.maj.entity.WAVEDescriptor
 
setPropertiesFromInterface(ClassDefinition) - Method in class tv.amwa.maj.meta.ClassDefinition
 
setPropertiesFromInterface(MetaDefinition) - Method in class tv.amwa.maj.meta.MetaDefinition
Set all the properties of this meta definition from the given class that implements the meta definition interface.
setPropertiesFromInterface(PropertyDefinition) - Method in class tv.amwa.maj.meta.PropertyDefinition
Set the value of the properties of this property definition using any class that implements PropertyDefinition.
setPropertiesFromInterface(TypeDefinition) - Method in class tv.amwa.maj.meta.TypeDefinition
 
setPropertiesFromInterface(TypeDefinitionCharacter) - Method in class tv.amwa.maj.meta.TypeDefinitionCharacter
 
setPropertiesFromInterface(TypeDefinitionEnumeration) - Method in class tv.amwa.maj.meta.TypeDefinitionEnumeration
 
setPropertiesFromInterface(TypeDefinitionExtendibleEnumeration) - Method in class tv.amwa.maj.meta.TypeDefinitionExtendibleEnumeration
 
setPropertiesFromInterface(TypeDefinitionFixedArray) - Method in class tv.amwa.maj.meta.TypeDefinitionFixedArray
 
setPropertiesFromInterface(TypeDefinitionIndirect) - Method in class tv.amwa.maj.meta.TypeDefinitionIndirect
 
setPropertiesFromInterface(TypeDefinitionInteger) - Method in class tv.amwa.maj.meta.TypeDefinitionInteger
 
setPropertiesFromInterface(TypeDefinitionObjectReference) - Method in class tv.amwa.maj.meta.TypeDefinitionObjectReference
 
setPropertiesFromInterface(TypeDefinitionOpaque) - Method in class tv.amwa.maj.meta.TypeDefinitionOpaque
 
setPropertiesFromInterface(TypeDefinitionRecord) - Method in class tv.amwa.maj.meta.TypeDefinitionRecord
 
setPropertiesFromInterface(TypeDefinitionRename) - Method in class tv.amwa.maj.meta.TypeDefinitionRename
 
setPropertiesFromInterface(TypeDefinitionSet) - Method in class tv.amwa.maj.meta.TypeDefinitionSet
 
setPropertiesFromInterface(TypeDefinitionStream) - Method in class tv.amwa.maj.meta.TypeDefinitionStream
 
setPropertiesFromInterface(TypeDefinitionString) - Method in class tv.amwa.maj.meta.TypeDefinitionString
 
setPropertiesFromInterface(TypeDefinitionStrongObjectReference) - Method in class tv.amwa.maj.meta.TypeDefinitionStrongObjectReference
 
setPropertiesFromInterface(TypeDefinitionVariableArray) - Method in class tv.amwa.maj.meta.TypeDefinitionVariableArray
 
setPropertiesFromInterface(TypeDefinitionWeakObjectReference) - Method in class tv.amwa.maj.meta.TypeDefinitionWeakObjectReference
 
setPropertyValue(PropertyDefinition, PropertyValue) - Method in class tv.amwa.maj.entity.InterchangeObject
 
setPropertyValue(PropertyDefinition, PropertyValue) - Method in interface tv.amwa.maj.iface.InterchangeObject
Sets the value of the given property of this interchange object to the given value.
setPulldownDirection(PulldownDirectionType) - Method in class tv.amwa.maj.entity.Pulldown
 
setPulldownDirection(PulldownDirectionType) - Method in interface tv.amwa.maj.iface.Pulldown
Sets the pulldown direction of the pulldown, which specifies whether the pulldown is converting from tape to film speed or from film to tape speed.
setPulldownKind(PulldownKindType) - Method in class tv.amwa.maj.entity.Pulldown
 
setPulldownKind(PulldownKindType) - Method in interface tv.amwa.maj.iface.Pulldown
Sets the pulldown kind of this pulldown, which specifies whether the pulldown is converting from nominally 30 Hz or 25 Hz video frame rate and whether frames are dropped or the video is played at another speed.
setQualityEvent(String) - Method in class tv.amwa.maj.entity.BWFImportDescriptor
 
setQualityEvent(String) - Method in interface tv.amwa.maj.iface.BWFImportDescriptor
Sets the quality event data property of this BWF import descriptor, which is taken from the quality event data property of the associated <qlty> chunk.
setQualityParameter(String) - Method in class tv.amwa.maj.entity.BWFImportDescriptor
 
setQualityParameter(String) - Method in interface tv.amwa.maj.iface.BWFImportDescriptor
Sets the quality parameter property of this BWF import descriptor, which is taken from the quality parameter data property of the associated <qlty> chunk.
setQuantizationBits(int) - Method in class tv.amwa.maj.entity.SoundDescriptor
 
setQuantizationBits(int) - Method in interface tv.amwa.maj.iface.SoundDescriptor
Sets the number of quantization bits used for the audio essence described by this sound descriptor.
setRational(int, int) - Method in class tv.amwa.maj.embeddable.Rational
 
setRational(int, int) - Method in interface tv.amwa.maj.record.Rational
Set the value of this rational number with both its numerator and denominator.
setReferenceImplementationVersion(ProductVersion) - Method in class tv.amwa.maj.argument.IdentificationCriteriaByIdRefImplVersion
 
setReferenceImplementationVersion(ProductVersion) - Method in interface tv.amwa.maj.union.IdentificationCriteriaByIdRefImplVersion
Sets the product version of this identification criteria.
setRendering(MobID) - Method in class tv.amwa.maj.entity.CompositionMob
 
setRendering(SourceReferenceSegment) - Method in class tv.amwa.maj.entity.OperationGroup
 
setRendering(MobID) - Method in interface tv.amwa.maj.iface.CompositionMob
Set the mob id of a rendering of this composition mob, which specifies a mixdown of the composition.
setRendering(SourceReferenceSegment) - Method in interface tv.amwa.maj.iface.OperationGroup
Returns the segment that represents the optional rendering of this operation group, which specifies a rendered or precomputed version of the operation.
setReversedByteOrder(Boolean) - Method in class tv.amwa.maj.entity.CDCIDescriptor
 
setReversedByteOrder(Boolean) - Method in interface tv.amwa.maj.iface.CDCIDescriptor
Sets the reversed byte order property of the CDCI descriptor, which specifies whether the luma and chroma sample order is reversed relative to the order defined by ITU-R BT.601.
setRGBAComponent(RGBAComponent) - Method in class tv.amwa.maj.entity.item.RGBAComponentItem
 
setRIFFChunk(RIFFChunk) - Method in class tv.amwa.maj.entity.item.RIFFChunkItem
 
setSampledView(int, int, int, int) - Method in class tv.amwa.maj.entity.DigitalImageDescriptor
 
setSampledView(int, int, int, int) - Method in interface tv.amwa.maj.iface.DigitalImageDescriptor
Sets the dimensions of the sampled view of this digital image descriptor.
setSampleIndexPosition(long) - Method in class tv.amwa.maj.entity.EssenceData
 
setSampleIndexPosition(long) - Method in interface tv.amwa.maj.iface.EssenceData
Seek to an absolute position within the sample index data, measured in bytes rather than samples.
setSampleIndexSize(long) - Method in class tv.amwa.maj.entity.EssenceData
 
setSampleIndexSize(long) - Method in interface tv.amwa.maj.iface.EssenceData
Sets the size of the sample index, making the property present if it is currently omitted.
setSampleRate(Rational) - Method in class tv.amwa.maj.argument.MultiCreateItem
 
setSampleRate(Rational) - Method in class tv.amwa.maj.entity.AAFFileDescriptor
 
setSampleRate(Rational) - Method in class tv.amwa.maj.entity.TimecodeStream
 
setSampleRate(Rational) - Method in interface tv.amwa.maj.iface.AAFFileDescriptor
Sets sample rate of the essence.
setSampleRate(Rational) - Method in interface tv.amwa.maj.iface.TimecodeStream
Sets the sample rate of this timecode stream, which specifies the sample rate of the timecode data contained in the source property.
setSampleRate(Rational) - Method in interface tv.amwa.maj.record.MultiCreateItem
Sets the sample rate of this item.
setSamplesXfered(int) - Method in class tv.amwa.maj.argument.MultiResultItem
 
setSamplesXfered(int) - Method in interface tv.amwa.maj.record.MultiResultItem
Sets the number of samples transferred.
setScanningDirection(ScanningDirectionType) - Method in class tv.amwa.maj.entity.RGBADescriptor
 
setScanningDirection(ScanningDirectionType) - Method in interface tv.amwa.maj.iface.RGBADescriptor
Sets the scanning direction of this RGBA descriptor, which specifies the scanning direction of the image.
setSecond(byte) - Method in class tv.amwa.maj.embeddable.TimeStruct
 
setSecond(byte) - Method in interface tv.amwa.maj.record.TimeStruct
Sets the second component of the time value, normally in the range 0 to 59.
setSegment(Segment) - Method in class tv.amwa.maj.entity.EventMobSlot
This method applies the constraints required for a segment that forms part of an event mob slot.
setSegment(Segment) - Method in class tv.amwa.maj.entity.item.SegmentItem
 
setSegment(Segment) - Method in class tv.amwa.maj.entity.MobSlot
 
setSegment(Segment) - Method in class tv.amwa.maj.entity.StaticMobSlot
Set the segment for the static mob slot, ensuring that it does not have a length property set.
setSegment(Segment) - Method in class tv.amwa.maj.entity.TimelineMobSlot
Sets the segment for this timeline mob slot if the given segment satisfies all the required constraints.
setSegment(Segment) - Method in interface tv.amwa.maj.iface.MobSlot
Sets the segment for this mob slot, which is the value of the slot.
setSelectedSegment(Segment) - Method in class tv.amwa.maj.entity.Selector
 
setSelectedSegment(Segment) - Method in interface tv.amwa.maj.iface.Selector
Sets the selected segment of this selector.
setSequenceOffset(Byte) - Method in class tv.amwa.maj.entity.PCMDescriptor
 
setSequenceOffset(Byte) - Method in interface tv.amwa.maj.iface.PCMDescriptor
Sets the frame number of the beginning of the essence data within a five-frame sequence for this PCM descriptor.
setSignalStandard(SignalStandardType) - Method in class tv.amwa.maj.entity.DigitalImageDescriptor
 
setSignalStandard(SignalStandardType) - Method in interface tv.amwa.maj.iface.DigitalImageDescriptor
Sets the signal standard property of this digital image descriptor, which specifies the underlying signal standard used to define the raster.
setSignalType(VideoSignalType) - Method in class tv.amwa.maj.entity.TapeDescriptor
 
setSignalType(VideoSignalType) - Method in interface tv.amwa.maj.iface.TapeDescriptor
Sets the video signal standard recorded on the described tape.
setSingleSequence(Boolean) - Method in class tv.amwa.maj.entity.MPEGVideoDescriptor
 
setSingleSequence(Boolean) - Method in interface tv.amwa.maj.iface.MPEGVideoDescriptor
Sets whether the described MPEG video essence consists of a single MPEG sequence or if there are a number of sequences.
setSize(byte) - Method in class tv.amwa.maj.embeddable.RGBAComponent
 
setSize(long) - Method in interface tv.amwa.maj.iface.SetFileBits
Attempts to reserve the given number of bytes of storage.
setSize(PropertyValue, long) - Method in interface tv.amwa.maj.iface.TypeDefinitionStream
Sets the number of bytes contained in the given stream property value to the given new size.
setSize(PropertyValue, long) - Method in class tv.amwa.maj.meta.TypeDefinitionStream
 
setSize(byte) - Method in interface tv.amwa.maj.record.RGBAComponent
Sets the size, measured in bits, of the RGBA component.
setSlotID(int) - Method in class tv.amwa.maj.argument.MultiCreateItem
 
setSlotID(int) - Method in class tv.amwa.maj.entity.MobSlot
 
setSlotID(int) - Method in interface tv.amwa.maj.iface.MobSlot
This method will set the slot id of this mob slot, which specifies an integer that is used to reference this mob slot.
setSlotID(int) - Method in interface tv.amwa.maj.record.MultiCreateItem
Sets the slot id of this item within its mob.
setSource(byte[]) - Method in class tv.amwa.maj.entity.TimecodeStream
 
setSource(byte[]) - Method in interface tv.amwa.maj.iface.TimecodeStream
Sets the data buffer containing the stream of timecode data of this timecode stream.
setSourceID(MobID) - Method in class tv.amwa.maj.argument.SourceReferenceValue
 
setSourceID(MobID) - Method in class tv.amwa.maj.entity.SourceReferenceSegment
 
setSourceID(MobID) - Method in interface tv.amwa.maj.iface.SourceReferenceSegment
Set the source id of this source reference, which identifies the mob being referenced.
setSourceID(MobID) - Method in interface tv.amwa.maj.record.SourceReferenceValue
Sets the identity of mob being referenced.
setSourceMobSlotID(int) - Method in class tv.amwa.maj.entity.SourceReferenceSegment
 
setSourceMobSlotID(int) - Method in interface tv.amwa.maj.iface.SourceReferenceSegment
Sets the mob slot id of this source reference.
setSourceReference(SourceReferenceValue) - Method in class tv.amwa.maj.entity.SourceClip
 
setSourceReference(SourceReferenceValue) - Method in interface tv.amwa.maj.iface.SourceClip
Sets the source reference of this source clip.
setSourceSlotID(int) - Method in class tv.amwa.maj.argument.SourceReferenceValue
 
setSourceSlotID(int) - Method in interface tv.amwa.maj.record.SourceReferenceValue
Sets the slot id of the referenced mob slot within the referenced mob.
setSourceType(TCSource) - Method in class tv.amwa.maj.entity.TimecodeStream
 
setSourceType(TCSource) - Method in interface tv.amwa.maj.iface.TimecodeStream
Sets the kind of timecode of this timecode stream, which is one of LTC or VITC.
setStamp(DateStruct, TimeStruct) - Method in class tv.amwa.maj.embeddable.TimeStamp
 
setStamp(DateStruct, TimeStruct) - Method in interface tv.amwa.maj.record.TimeStamp
Simultaneously sets the date and time components of the time stamp.
setStartFrame(long) - Method in class tv.amwa.maj.embeddable.EdgecodeValue
 
setStartFrame(long) - Method in interface tv.amwa.maj.record.EdgecodeValue
Sets the edge code at the beginning of the corresponding segment.
setStartOffset(long) - Method in class tv.amwa.maj.embeddable.TimecodeValue
 
setStartOffset(long) - Method in interface tv.amwa.maj.record.TimecodeValue
Sets the timecode value by the number of frames offset from the start of the video or audio.
setStartOfModulation(String) - Method in class tv.amwa.maj.entity.BWFImportDescriptor
 
setStartOfModulation(String) - Method in interface tv.amwa.maj.iface.BWFImportDescriptor
Sets the start of modulation data of this BWF import descriptor, which is taken from the start modulation data property of the associated <qlty> chunk.
setStartTime(Long) - Method in class tv.amwa.maj.argument.SourceReferenceValue
 
setStartTime(Long) - Method in interface tv.amwa.maj.record.SourceReferenceValue
Returns the offset from the origin of the referenced mob's mob slot in edit units determined by the source clip's context.
setStillFrame(SourceReferenceSegment) - Method in class tv.amwa.maj.entity.EssenceGroup
 
setStillFrame(SourceReferenceSegment) - Method in interface tv.amwa.maj.iface.EssenceGroup
Sets the still frame property of this essence group, which identifies the essence for a single-frame image representation of the group.
setStoredByteOrder(PropertyValue, ByteOrder) - Method in interface tv.amwa.maj.iface.TypeDefinitionStream
Sets the stored byte order of the given stream property value to the given byte order.
setStoredByteOrder(PropertyValue, ByteOrder) - Method in class tv.amwa.maj.meta.TypeDefinitionStream
 
setStoredF2Offset(Integer) - Method in class tv.amwa.maj.entity.DigitalImageDescriptor
 
setStoredF2Offset(Integer) - Method in interface tv.amwa.maj.iface.DigitalImageDescriptor
Sets the stored field 2 offset property of this digital image descriptor, which specifies a topness adjustment for the stored picture.
setStoredHeight(int) - Method in class tv.amwa.maj.entity.DigitalImageDescriptor
 
setStoredView(int, int) - Method in class tv.amwa.maj.entity.DigitalImageDescriptor
 
setStoredView(int, int) - Method in interface tv.amwa.maj.iface.DigitalImageDescriptor
Sets the dimension of the stored view of this digital image descriptor.
setStoredWidth(int) - Method in class tv.amwa.maj.entity.DigitalImageDescriptor
 
setString(PropertyValue, String) - Method in interface tv.amwa.maj.iface.TypeDefinitionString
Set the value of the string contained in the given string property value to the given Java string value.
setString(PropertyValue, Buffer) - Method in interface tv.amwa.maj.iface.TypeDefinitionString
Set the value of the string contained in the given string property value to the given data buffer.
setString(PropertyValue, String) - Method in class tv.amwa.maj.meta.TypeDefinitionString
 
setString(PropertyValue, Buffer) - Method in class tv.amwa.maj.meta.TypeDefinitionString
 
setSubDescriptor(SubDescriptor) - Method in class tv.amwa.maj.entity.item.SubDescriptorItem
 
setSubTrackNum(short) - Method in class tv.amwa.maj.argument.MultiCreateItem
 
setSubTrackNum(short) - Method in class tv.amwa.maj.argument.MultiXferItem
 
setSubTrackNum(short) - Method in interface tv.amwa.maj.record.MultiCreateItem
Sets the sub track number associated with this item, which is the physical output channel.
setSubTrackNum(short) - Method in interface tv.amwa.maj.record.MultiXferItem
Sets the physical input-output track number of this data item, also known as "physical".
setSummary(byte[]) - Method in class tv.amwa.maj.entity.AIFCDescriptor
 
setSummary(byte[]) - Method in class tv.amwa.maj.entity.TIFFDescriptor
 
setSummary(byte[]) - Method in class tv.amwa.maj.entity.WAVEDescriptor
 
setSummary(byte[]) - Method in interface tv.amwa.maj.iface.AIFCDescriptor
Sets the AIFC file information, the descriptive information in the associated AIFC audio data value.
setSummary(byte[]) - Method in interface tv.amwa.maj.iface.TIFFDescriptor
Sets the copy of the TIFF IFD file information of this TIFF descriptor, without the sample data.
setSummary(byte[]) - Method in interface tv.amwa.maj.iface.WAVEDescriptor
Sets the copy of WAVE file information without the sample data from the audio essence described by this WAVE descriptor.
setSupportsAuthentication(Boolean) - Method in class tv.amwa.maj.entity.PluginDefinition
 
setSupportsAuthentication(Boolean) - Method in interface tv.amwa.maj.iface.PluginDefinition
Set to true if the plugin defined by this plugin definition is capable of supporting authentication; otherwise false.
setTag(SearchTag) - Method in class tv.amwa.maj.argument.SearchByAUID
 
setTag(SearchTag) - Method in interface tv.amwa.maj.union.SearchByAUID
Set the search type of this search criteria that matches items using an AUID.
setTaggedValue(TaggedValue) - Method in class tv.amwa.maj.entity.item.TaggedValueItem
 
setTapeBatchNumber(String) - Method in class tv.amwa.maj.entity.TapeDescriptor
 
setTapeBatchNumber(String) - Method in interface tv.amwa.maj.iface.TapeDescriptor
Sets the tape batch number for this tape descriptor.
setTapeFormat(TapeFormatType) - Method in class tv.amwa.maj.entity.TapeDescriptor
 
setTapeFormat(TapeFormatType) - Method in interface tv.amwa.maj.iface.TapeDescriptor
Sets the recording method used for the described tape.
setTapeFormFactor(TapeCaseType) - Method in class tv.amwa.maj.entity.TapeDescriptor
 
setTapeFormFactor(TapeCaseType) - Method in interface tv.amwa.maj.iface.TapeDescriptor
Sets the tape form factor (case size) of the described tape.
setTapeLength(Integer) - Method in class tv.amwa.maj.entity.TapeDescriptor
 
setTapeLength(Integer) - Method in interface tv.amwa.maj.iface.TapeDescriptor
Sets the length of the described tape, measured in minutes.
setTapeManufacturer(String) - Method in class tv.amwa.maj.entity.TapeDescriptor
 
setTapeManufacturer(String) - Method in interface tv.amwa.maj.iface.TapeDescriptor
Sets the tape manufacturer property of the tape descriptor, which provides a text string to display to end users that identifies the manufacturer of the tape.
setTapeModel(String) - Method in class tv.amwa.maj.entity.TapeDescriptor
 
setTapeModel(String) - Method in interface tv.amwa.maj.iface.TapeDescriptor
Sets the tape model property of this tape descriptor, which provides a text string to display to end users that identifies the manufacturer's brand designation of the tape.
setTapeStock(String) - Method in class tv.amwa.maj.entity.TapeDescriptor
 
setTapeStock(String) - Method in interface tv.amwa.maj.iface.TapeDescriptor
Sets the string identifying the tape stock for this tape descriptor.
setTertiary(short) - Method in class tv.amwa.maj.embeddable.ProductVersion
 
setTertiary(short) - Method in interface tv.amwa.maj.record.ProductVersion
Sets the tertiary component of the version number.
setTime(TimeStruct) - Method in class tv.amwa.maj.embeddable.TimeStamp
 
setTime(byte, byte, byte) - Method in class tv.amwa.maj.embeddable.TimeStruct
 
setTime(byte, byte, byte, byte) - Method in class tv.amwa.maj.embeddable.TimeStruct
 
setTime(Rational) - Method in class tv.amwa.maj.entity.ControlPoint
 
setTime(Rational) - Method in interface tv.amwa.maj.iface.ControlPoint
Sets the position of the control point within an operation group, which specifies the time within the varying value segment for which the value is defined.
setTime(TimeStruct) - Method in interface tv.amwa.maj.record.TimeStamp
Sets the time component of the time stamp.
setTime(byte, byte, byte) - Method in interface tv.amwa.maj.record.TimeStruct
Set the values of the time structure using an hour, minute and second values provided.
setTime(byte, byte, byte, byte) - Method in interface tv.amwa.maj.record.TimeStruct
Sets all the values of the time structure using the hour, minute, second and fraction of a second values provided.
setTimecode(TimecodeValue) - Method in class tv.amwa.maj.entity.TimecodeSegment
 
setTimecode(TimecodeValue) - Method in interface tv.amwa.maj.iface.TimecodeSegment
Set the timecode value for this timecode segment, which specifies the start timecode for the segment, the frames per second of the tape and whether the timecode is drop or non-drop.
setTimeStamp(Calendar) - Method in class tv.amwa.maj.embeddable.TimeStamp
Set the value of this time stamp using a Calendar value.
setTimeValue(Calendar) - Method in class tv.amwa.maj.embeddable.TimeStruct
Sets the value of the time structure from the given calendar value.
setTrailingLines(Integer) - Method in class tv.amwa.maj.entity.TIFFDescriptor
 
setTrailingLines(Integer) - Method in interface tv.amwa.maj.iface.TIFFDescriptor
Sets the number of trailing lines of this TIFF descriptor, which specifies the number of trailing lines to be thrown away when viewing the TIFF data.
setTransferCharacteristic(AUID) - Method in class tv.amwa.maj.entity.DigitalImageDescriptor
 
setTransferCharacteristic(AUID) - Method in interface tv.amwa.maj.iface.DigitalImageDescriptor
Sets the opto-electronic transfer characteristic of this digital image descriptor.
setTransformParameters(List<? extends EssenceFormat>) - Method in interface tv.amwa.maj.iface.EssenceAccess
Sets a series of format objects which will be used to describe the in-memory format.
setType(ProductReleaseType) - Method in class tv.amwa.maj.embeddable.ProductVersion
 
setType(ProductReleaseType) - Method in interface tv.amwa.maj.record.ProductVersion
Sets the associated application's product release type, for example final, debug, beta etc..
setUniversalLabel(byte[]) - Method in class tv.amwa.maj.embeddable.MobID
 
setUniversalLabel(byte[]) - Method in interface tv.amwa.maj.record.MobID
Sets the universal label that makes up bytes 1 to 12 of a mob id.
setURLString(String) - Method in class tv.amwa.maj.entity.NetworkLocator
 
setUsageCode(AUID) - Method in class tv.amwa.maj.entity.Mob
 
setUsageCode(AUID) - Method in interface tv.amwa.maj.iface.Mob
Sets this mob's usage code, which specifies how this mob is used.
setUserDataAtPosition(long, byte[]) - Method in class tv.amwa.maj.entity.TimecodeStream
 
setUserDataAtPosition(long, byte[]) - Method in interface tv.amwa.maj.iface.TimecodeStream
Sets the user data (userbits) for a particular frame of the timecode stream.
setUserDataMode(UserDataModeType[]) - Method in class tv.amwa.maj.entity.AES3PCMDescriptor
 
setUserDataModeAt(int, UserDataModeType) - Method in class tv.amwa.maj.entity.AES3PCMDescriptor
 
setUserDataModeAt(int, UserDataModeType) - Method in interface tv.amwa.maj.iface.AES3PCMDescriptor
Sets the user data mode for the channel of the associated audio essence referenced by the given channel index.
setUserPos(Long) - Method in class tv.amwa.maj.entity.TimelineMobSlot
 
setUserPos(Long) - Method in interface tv.amwa.maj.iface.TimelineMobSlot
Sets the user position property of the timeline mob slot, which specifies a user position as a count of edit units from the zero position of the timeline mob slot.
setValue(Object) - Method in class tv.amwa.maj.entity.ConstantValue
 
setValue(Object) - Method in class tv.amwa.maj.entity.ControlPoint
 
setValue(byte[]) - Method in class tv.amwa.maj.entity.KLVData
 
setValue(Object) - Method in class tv.amwa.maj.entity.TaggedValue
 
setValue(Object) - Method in interface tv.amwa.maj.iface.ConstantValue
Set the value of this constant value.
setValue(Object) - Method in interface tv.amwa.maj.iface.ControlPoint
Set the data value describing this control point at the control point's postition (time), which is a value of the data type returned by ControlPoint.getTypeDefinition()..
setValue(byte[]) - Method in interface tv.amwa.maj.iface.KLVData
Sets the data value and length of the KLV data from the given value.
setValue(Object) - Method in interface tv.amwa.maj.iface.TaggedValue
Sets the user-defined value of this tagged value, which must be compatible with the value's type definition.
setValue(PropertyValue, int, PropertyValue) - Method in interface tv.amwa.maj.iface.TypeDefinitionRecord
Sets the value of a field of the given record property value, determined by index into the list of fields of its record type definition.
setValue(PropertyValue, String, PropertyValue) - Method in interface tv.amwa.maj.iface.TypeDefinitionRecord
Sets the value of a field of the given record property value, determined by field name, to be the given field property value.
setValue(short) - Method in class tv.amwa.maj.meta.TypeDefinitionInteger.ShortValue
 
setValue(PropertyValue, int, PropertyValue) - Method in class tv.amwa.maj.meta.TypeDefinitionRecord
 
setValue(PropertyValue, String, PropertyValue) - Method in class tv.amwa.maj.meta.TypeDefinitionRecord
 
setVerticalSubsampling(Integer) - Method in class tv.amwa.maj.entity.CDCIDescriptor
 
setVerticalSubsampling(Integer) - Method in interface tv.amwa.maj.iface.CDCIDescriptor
Sets the vertical subsampling property of the CDCI descriptor, which specifies the ratio of luminance sampling to chrominance sampling in the vertical direction.
setVideoLineMap(int[]) - Method in class tv.amwa.maj.entity.DigitalImageDescriptor
 
setVideoLineMap(int[]) - Method in interface tv.amwa.maj.iface.DigitalImageDescriptor
Sets the video line map property of this digital image descriptor, which specifies the scan line in the analog source that corresponds to the beginning of each digitized field.
setWhiteReferenceLevel(Integer) - Method in class tv.amwa.maj.entity.CDCIDescriptor
 
setWhiteReferenceLevel(Integer) - Method in interface tv.amwa.maj.iface.CDCIDescriptor
Sets the white reference level property of this CDCI descriptor, which specifies the digital luminance component component value associated with white.
setYear(short) - Method in class tv.amwa.maj.embeddable.DateStruct
 
setYear(short) - Method in interface tv.amwa.maj.record.DateStruct
Sets the year component of the date, in the range -9999 to 9999.
SHORT - Static variable in class tv.amwa.maj.meta.TypeDefinitionInteger
Number of bytes used to represent a Java short value.
SignalStandardType - Enum in tv.amwa.maj.enumeration
Specifies an underlying signal standard used to define the raster.
SignalStandardType - Static variable in class tv.amwa.maj.meta.TypeDefinitionEnumeration
 
SingleChannelOpException - Exception in tv.amwa.maj.exception
Thrown when an attempt is made to write samples into an essence stream that contains interleaved data.
SingleChannelOpException(String) - Constructor for exception tv.amwa.maj.exception.SingleChannelOpException
Create a new single channel operation exception with the given descriptive message.
SingleChannelOpException() - Constructor for exception tv.amwa.maj.exception.SingleChannelOpException
Create a new single channel operation exception with no message.
size() - Method in class tv.amwa.maj.iface.DescriptiveMarker.AllSlotsDescribed
 
skippedEntity(String) - Method in class tv.amwa.maj.io.xml.MasterContentHandler
 
SlotExistsException - Exception in tv.amwa.maj.exception
Thrown when an attempt is made to add a slot to a master mob where the given slot id already exists.
SlotExistsException(String) - Constructor for exception tv.amwa.maj.exception.SlotExistsException
Create a new slot exists exception with the given descriptive message.
SlotExistsException() - Constructor for exception tv.amwa.maj.exception.SlotExistsException
Create a new slot exists exception with no message.
SlotID - Annotation Type in tv.amwa.maj.misctype
Labels an integer (Java int) value used to uniquely identify a mob slot within a mob.
SlotNotFoundException - Exception in tv.amwa.maj.exception
Thrown when a mob slot cannot be found within a mob.
SlotNotFoundException(String) - Constructor for exception tv.amwa.maj.exception.SlotNotFoundException
Create a new slot not found exception with the given descriptive message.
SlotNotFoundException() - Constructor for exception tv.amwa.maj.exception.SlotNotFoundException
Create a new slot not found exception with no message.
SMPTE170M - Static variable in interface tv.amwa.maj.constant.ColorPrimariesType
Color primary values as specified in "SMPTE 170M Color Primaries".
SMPTE240M - Static variable in interface tv.amwa.maj.constant.CodingEquationsType
Coding equations from "SMPTE 240M Coding Equations".
SMPTE240M - Static variable in interface tv.amwa.maj.constant.TransferCharacteristicType
Transfer characteristics defined in SMPTE 240M.
SMPTEBorder - Static variable in interface tv.amwa.maj.constant.ParameterConstant
 
SMPTECheckerboard - Static variable in interface tv.amwa.maj.constant.ParameterConstant
 
SMPTEModulator - Static variable in interface tv.amwa.maj.constant.ParameterConstant
 
SMPTEPosition - Static variable in interface tv.amwa.maj.constant.ParameterConstant
 
SMPTEReplicationH - Static variable in interface tv.amwa.maj.constant.ParameterConstant
 
SMPTEReplicationV - Static variable in interface tv.amwa.maj.constant.ParameterConstant
 
SMPTEReverse - Static variable in interface tv.amwa.maj.constant.ParameterConstant
TODO find and write a description of this
SMPTEShadow - Static variable in interface tv.amwa.maj.constant.ParameterConstant
 
SMPTESoft - Static variable in interface tv.amwa.maj.constant.ParameterConstant
 
SMPTESpotlight - Static variable in interface tv.amwa.maj.constant.ParameterConstant
 
SMPTETumble - Static variable in interface tv.amwa.maj.constant.ParameterConstant
 
SMPTEVideoWipe - Static variable in interface tv.amwa.maj.constant.OperationConstant
Video wipes are simple two-source visual effects as defined by SMPTE 258M.
SMPTEWipeNumber - Static variable in interface tv.amwa.maj.constant.ParameterConstant
Used to specify a SMPTE Wipe Number as defined in section 7.6.33 of SMPTE 258M.
SOFTWAREONLY_DEFAULT - Static variable in interface tv.amwa.maj.iface.PluginDefinition
Default value for the software only property, which is false.
Sound - Static variable in interface tv.amwa.maj.constant.DataDefinitionConstant
Specifies a stream of essence that contains a single channel of sound.
SoundDescriptor - Class in tv.amwa.maj.entity
Implements the description of a file source mob that is associated with audio essence.
SoundDescriptor(ContainerDefinition, Rational, int, int) - Constructor for class tv.amwa.maj.entity.SoundDescriptor
Creates and initializes a new sound descriptor, which specifies that a file source mob is associated with audio essence.
SoundDescriptor - Interface in tv.amwa.maj.iface
Specifies the description of a file source mob that is associated with audio essence.
SoundDescriptor.XMLHandler - Class in tv.amwa.maj.entity
 
SoundDescriptor.XMLHandler() - Constructor for class tv.amwa.maj.entity.SoundDescriptor.XMLHandler
 
SOUNDDESCRIPTOR_TAG - Static variable in class tv.amwa.maj.entity.SoundDescriptor
 
SourceClip - Class in tv.amwa.maj.entity
Implements a representation of essence and identifies the source of the essence.
SourceClip(DataDefinition, long, SourceReferenceValue) - Constructor for class tv.amwa.maj.entity.SourceClip
Creates and initializes a new source clip, which represents an item of essence and identifies the source of the essence.
SourceClip - Interface in tv.amwa.maj.iface
Specifies a representation of essence and identifies the source of the essence.
SourceClip - Static variable in class tv.amwa.maj.meta.TypeDefinitionStrongObjectReference
 
SourceClip.XMLHandler - Class in tv.amwa.maj.entity
 
SourceClip.XMLHandler() - Constructor for class tv.amwa.maj.entity.SourceClip.XMLHandler
 
SourceMob - Class in tv.amwa.maj.entity
Implements the description of essence that is either stored in a digital form in a file or stored on a physical media, such as tape or film.
SourceMob(MobID, String, EssenceDescriptor) - Constructor for class tv.amwa.maj.entity.SourceMob
Creates and initializes a new source mob, which describes essence that is either stored in a digital form in a file or stored on a physical media, such as tape or film.
SourceMob - Interface in tv.amwa.maj.iface
Specifies the description of essence that is either stored in a digital form in a file or stored on a physical media, such as tape or film.
SourceMob.EssenceDescriptionXMLHandler - Class in tv.amwa.maj.entity
 
SourceMob.EssenceDescriptionXMLHandler() - Constructor for class tv.amwa.maj.entity.SourceMob.EssenceDescriptionXMLHandler
 
SourceMob.XMLHandler - Class in tv.amwa.maj.entity
 
SourceMob.XMLHandler() - Constructor for class tv.amwa.maj.entity.SourceMob.XMLHandler
 
SOURCEMOB_TAG - Static variable in class tv.amwa.maj.entity.SourceMob
 
sourceMobContext() - Method in class tv.amwa.maj.entity.TimelineMobSlot
Sets this timeline mob slot to be in the context of a source mob.
SourceReference - Static variable in class tv.amwa.maj.meta.TypeDefinitionStrongObjectReference
 
SOURCEREFERENCE_ITEM - Static variable in class tv.amwa.maj.entity.SourceReferenceSegment
 
SourceReferenceSegment - Class in tv.amwa.maj.entity
Implements the representation of essence or other data described by a mob slot in a mob.
SourceReferenceSegment() - Constructor for class tv.amwa.maj.entity.SourceReferenceSegment
 
SourceReferenceSegment - Interface in tv.amwa.maj.iface
Specifies the representation of essence or other data described by a mob slot in a mob.
SourceReferenceSegment.ChannelIDsXMLHandler - Class in tv.amwa.maj.entity
 
SourceReferenceSegment.ChannelIDsXMLHandler() - Constructor for class tv.amwa.maj.entity.SourceReferenceSegment.ChannelIDsXMLHandler
 
SourceReferenceSegment.MonoSourceSlotIDsXMLHandler - Class in tv.amwa.maj.entity
 
SourceReferenceSegment.MonoSourceSlotIDsXMLHandler() - Constructor for class tv.amwa.maj.entity.SourceReferenceSegment.MonoSourceSlotIDsXMLHandler
 
SourceReferenceSegment.SourceReferenceXMLHandler - Class in tv.amwa.maj.entity
 
SourceReferenceSegment.SourceReferenceXMLHandler() - Constructor for class tv.amwa.maj.entity.SourceReferenceSegment.SourceReferenceXMLHandler
 
SourceReferenceStrongReference - Static variable in class tv.amwa.maj.meta.TypeDefinitionVariableArray
 
SourceReferenceValue - Class in tv.amwa.maj.argument
Implementation of a source reference value that is a reference to an item of source material, defined by a mob id, source slot id and start time.
SourceReferenceValue(MobID, int, Long) - Constructor for class tv.amwa.maj.argument.SourceReferenceValue
Create a new source reference value that contains a source mob id, source slot id and start time.
SourceReferenceValue - Interface in tv.amwa.maj.record
Specifies a reference to a clip of source material, specified by material identifier, slot number and start time offset components.
SpecifiedClasses - Interface in tv.amwa.maj.industry
Interface containing lists of specified classes.
specifyValidCodeRange(DataDefinition, int, Rational, long, long) - Method in class tv.amwa.maj.entity.SourceMob
 
specifyValidCodeRange(DataDefinition, int, Rational, long, long) - Method in interface tv.amwa.maj.iface.SourceMob
Creates and adds a slot containing source clips to the source mob to indicate that a (recently added) timecode slot or edgecode slot is valid for that channel.
SpeedRatio - Static variable in interface tv.amwa.maj.constant.ParameterConstant
Used to specify the ratio of output length to input length for a video speed control operation.
START_TAG - Static variable in class tv.amwa.maj.embeddable.EdgecodeValue
 
startDocument() - Method in class tv.amwa.maj.io.xml.MasterContentHandler
 
startElement(String, String, String, Attributes) - Method in class tv.amwa.maj.io.xml.LocalHandler
Called at the start of any data element or sub element.
startElement(String, String, String, Attributes) - Method in class tv.amwa.maj.io.xml.MasterContentHandler
Called by the SAX parser when the root element of the input source of this master content handler has been read.
startPrefixMapping(String, String) - Method in class tv.amwa.maj.io.xml.MasterContentHandler
 
StaticMobSlot - Class in tv.amwa.maj.entity
Implements a single track of essence data that has no relationship to time, such as a static image.
StaticMobSlot(int, Segment) - Constructor for class tv.amwa.maj.entity.StaticMobSlot
Creates and initializes a new static mob slot, which describes essence data that has no relationship to time, such as a static image.
StaticMobSlot - Interface in tv.amwa.maj.iface
Specifies a single track of essence data that has no relationship to time, such as a static image.
StaticMobSlot.XMLHandler - Class in tv.amwa.maj.entity
 
StaticMobSlot.XMLHandler() - Constructor for class tv.amwa.maj.entity.StaticMobSlot.XMLHandler
 
STATICMOBSLOT_TAG - Static variable in class tv.amwa.maj.entity.StaticMobSlot
 
StereoAudioDissolve - Static variable in interface tv.amwa.maj.constant.OperationConstant
Deprecated. Use effects defined in the AAF edit protocol instead.
StereoAudioGain - Static variable in interface tv.amwa.maj.constant.OperationConstant
Deprecated. Use effects defined in the AAF edit protocol instead.
STOREDF2OFFSET_DEFAULT - Static variable in interface tv.amwa.maj.iface.DigitalImageDescriptor
Default value for the optional stored f2 offset property, which is 0.
Stream - Static variable in class tv.amwa.maj.meta.TypeDefinitionStream
 
StreamFullException - Exception in tv.amwa.maj.exception
Thrown when a stream has insufficient capacity to complete the requested write operation.
StreamFullException(String) - Constructor for exception tv.amwa.maj.exception.StreamFullException
Create a new stream full exception with the given descriptive message.
StreamFullException() - Constructor for exception tv.amwa.maj.exception.StreamFullException
Create a new stream full exception with no message.
String - Static variable in class tv.amwa.maj.meta.TypeDefinitionString
 
StringArray - Static variable in class tv.amwa.maj.meta.TypeDefinitionVariableArray
 
SubClip - Static variable in interface tv.amwa.maj.constant.UsageType
Mob is a composition mob used as a sub-clip, where a section of a clip is identified and thereafter treated in the user interface as an additional clip.
SubDescriptor - Class in tv.amwa.maj.entity
Implements the representation of additional descriptor metadata that is not provided in the specified essence descriptor class hierarchy.
SubDescriptor() - Constructor for class tv.amwa.maj.entity.SubDescriptor
 
SubDescriptor - Interface in tv.amwa.maj.iface
Specifies additional descriptor metadata that is not provided in the specified essence descriptor class hierarchy.
SubDescriptor - Static variable in class tv.amwa.maj.meta.TypeDefinitionStrongObjectReference
 
SUBDESCRIPTOR_ITEM - Static variable in class tv.amwa.maj.entity.SubDescriptor
 
SubDescriptorItem - Class in tv.amwa.maj.entity.item
 
SubDescriptorItem(SubDescriptor, int) - Constructor for class tv.amwa.maj.entity.item.SubDescriptorItem
 
SubDescriptorStrongReference - Static variable in class tv.amwa.maj.meta.TypeDefinitionVariableArray
 
subElementNames - Static variable in class tv.amwa.maj.entity.AES3PCMDescriptor.XMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.BWFImportDescriptor.UnknownBWFChunksXMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.BWFImportDescriptor.XMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.CodecDefinition.XMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.Component.ComponentAttributesXMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.Component.ComponentUserCommentsXMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.Component.ComponentXMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.Component.KLVDataXMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.ContentStorage.EssenceDataXMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.ContentStorage.MobsXMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.ContentStorage.XMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.DescriptiveClip.XMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.DescriptiveMarker.XMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.Dictionary.CodecDefinitionsXMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.Dictionary.ContainerDefinitionsXMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.Dictionary.DataDefinitionsXMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.Dictionary.InterpolationDefinitionsXMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.Dictionary.KLVDataDefinitionsXMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.Dictionary.OperationDefinitionsXMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.Dictionary.ParameterDefinitionsXMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.Dictionary.PluginDefinitionsXMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.Dictionary.TaggedValueDefinitionsXMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.Dictionary.XMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.DigitalImageDescriptor.DigitalImageDescriptorXMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.EssenceDescriptor.EssenceDescriptorXMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.EssenceDescriptor.LocatorXMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.EssenceDescriptor.SubDescriptorXMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.EssenceGroup.ChoicesXMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.EssenceGroup.StillFrameXMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.EssenceGroup.XMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.Header.ContentXMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.Header.HeaderDictionaryXMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.Header.IdentificationListXMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.Header.XMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.Identification.XMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.Mob.MobAttributesXMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.Mob.MobKLVDataXMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.Mob.MobUserCommentsXMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.Mob.SlotsXMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.Mob.XMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.MobSlot.MobSlotSegmentXMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.MobSlot.XMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.MultipleDescriptor.FileDescriptorsXMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.MultipleDescriptor.XMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.NestedScope.SlotsXMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.NestedScope.XMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.OperationDefinition.XMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.OperationGroup.InputSegmentsXMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.OperationGroup.ParametersXMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.OperationGroup.RenderingXMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.OperationGroup.XMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.PluginDefinition.LocatorsXMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.PluginDefinition.ManufacturerInfoXMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.PluginDefinition.XMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.Pulldown.InputSegmentXMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.Pulldown.XMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.RGBADescriptor.RGBAComponentXMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.RGBADescriptor.XMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.Selector.AlternatesXMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.Selector.SelectedXMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.Selector.XMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.Sequence.ComponentsXMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.Sequence.XMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.SourceMob.EssenceDescriptionXMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.SourceMob.XMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.SourceReferenceSegment.SourceReferenceXMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.Transition.OperationGroupXMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.Transition.XMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.VaryingValue.PointListXMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.entity.VaryingValue.XMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.io.xml.AAFElement.AAFHandler
 
subElementNames - Static variable in class tv.amwa.maj.meta.TypeDefinitionEnumeration.XMLHandler
 
subElementNames - Static variable in class tv.amwa.maj.meta.TypeDefinitionRecord.XMLHandler
 
supportsAuthentication() - Method in class tv.amwa.maj.entity.PluginDefinition
 
supportsAuthentication() - Method in interface tv.amwa.maj.iface.PluginDefinition
Returns true if the plugin defined by this plugin definition is capable of supporting authentication; otherwise false.
synchronize() - Method in interface tv.amwa.maj.iface.RawStorage
Synchronizes any cached data of the raw storage object with the underlying storage.

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.