Media Authoring
with Java API

Deprecated API


Contents
Deprecated Fields
tv.amwa.maj.constant.DataDefinitionConstant.LegacyPicture
          Use DataDefinitionConstant.Picture instead. 
tv.amwa.maj.constant.DataDefinitionConstant.LegacySound
          Use DataDefinitionConstant.Sound instead. 
tv.amwa.maj.constant.DataDefinitionConstant.LegacyTimecode
          Use DataDefinitionConstant.Timecode instead. 
tv.amwa.maj.constant.OperationConstant.MonoAudioMixdown
          Use effects defined in the AAF edit protocol instead. 
tv.amwa.maj.constant.OperationConstant.PictureWithMate
          Use effects defined in the AAF edit protocol instead. 
tv.amwa.maj.constant.OperationConstant.StereoAudioDissolve
          Use effects defined in the AAF edit protocol instead. 
tv.amwa.maj.constant.OperationConstant.StereoAudioGain
          Use effects defined in the AAF edit protocol instead. 
tv.amwa.maj.constant.OperationConstant.VideoFadeToBlack
          Use effects defined in the AAF edit protocol instead. 
tv.amwa.maj.constant.OperationConstant.VideoFrameToMask
          Use effects defined in the AAF edit protocol instead. 
 

Deprecated Methods
tv.amwa.maj.iface.ContainerDefinition.essenceIsIdentified()
          Use ContainerDefinition.getEssenceIsIdentified() instead. 
tv.amwa.maj.argument.MultiXferItem.getBuflen()
           
tv.amwa.maj.record.MultiXferItem.getBuflen()
          Java class-based representation of arrays instead, e.g. call MultiXferItem.getBuffer().length. 
tv.amwa.maj.entity.SourceClip.getFade()
           
tv.amwa.maj.iface.SourceClip.getFade()
          The fade properties of a source clip are deprecated in the AAF specification. Use a transition with an appropriate effect instead. 
tv.amwa.maj.entity.SourceClip.getFadeInLength()
           
tv.amwa.maj.entity.SourceClip.getFadeInType()
           
tv.amwa.maj.entity.SourceClip.getFadeOutLength()
           
tv.amwa.maj.entity.SourceClip.getFadeoutType()
           
tv.amwa.maj.iface.AIFCDescriptor.getSummaryBufferSize()
          Use AIFCDescriptor.getSummary().length instead. 
tv.amwa.maj.iface.TIFFDescriptor.getSummaryBufferSize()
          Use TIFFDescriptor.getSummary().length instead. 
tv.amwa.maj.iface.WAVEDescriptor.getSummaryBufferSize()
          Use WAVEDescriptor.getSummary().length instead. 
tv.amwa.maj.iface.Dictionary.lookupLegacyPictureDataDefinition()
          As of AAF v1.1, the legacy picture data definition is deprecated. Use the picture data definition, as returned by Dictionary.lookupPictureDataDefinition(), instead. 
tv.amwa.maj.iface.Dictionary.lookupLegacySoundDataDefinition()
          As of AAF v1.1, the legacy sound data definition is deprecated. Use the sound data definition, as returned by Dictionary.lookupSoundDataDefinition(), instead. 
tv.amwa.maj.iface.Dictionary.lookupLegacyTimecodeDataDefinition()
          As of AAF v1.1, the legacy timecode data definition is deprecated. Use the timecode data definition, as returned by Dictionary.lookupTimecodeDataDefinition(), instead. 
tv.amwa.maj.argument.MultiXferItem.setBuflen(int)
           
tv.amwa.maj.record.MultiXferItem.setBuflen(int)
          Buffer length is set by MultiXferItem.setBuffer(byte[]). 
tv.amwa.maj.entity.SourceClip.setFade(Fade)
           
tv.amwa.maj.iface.SourceClip.setFade(Fade)
          The fade properties of a source clip are deprecated in the AAF specification. Use a transition with an appropriate effect instead. 
tv.amwa.maj.entity.SourceClip.setFade(long, FadeType, long, FadeType)
           
tv.amwa.maj.iface.SourceClip.setFade(long, FadeType, long, FadeType)
          The fade properties of a source clip are deprecated in the AAF specification. Use a transition with an appropriate effect instead. 
 

Deprecated Enum Constants
tv.amwa.maj.enumeration.MaterialType.Audio
          Use MaterialType.SingleAudio or MaterialType.TwoAudiosOrMore instead. 
tv.amwa.maj.enumeration.MaterialType.Data
          Use MaterialType.SingleAuxilary or MaterialType.TwoAuxilarysOrMore instead. 
tv.amwa.maj.enumeration.MaterialType.Other
          Use MaterialType.NotIdentified instead. 
tv.amwa.maj.enumeration.MaterialType.Picture
          Use MaterialType.SinglePicture or MaterialType.TwoPicturesOrMore instead. 
 


Media Authoring
with Java API

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