public interface DefaultFade
Specifies the optional default audio fade properties of a composition package, which are either all present or all omitted. Default audio fade properties are applied to all source clips in a composition that do not specify their own audio fade properties. A default fade applies to both an audio fade-in and fade-out.
Original C name: aafDefaultFade_t
CompositionPackage,
SourceClip,
Fade| Modifier and Type | Method and Description |
|---|---|
DefaultFade |
clone()
Create a cloned copy of this default fade value.
|
Rational |
getFadeEditUnit()
Returns the edit units used to specify the default fade length.
|
long |
getFadeLength()
Returns the length of this default audio fade, measured in this fade's edit units.
|
FadeType |
getFadeType()
Returns the type of this default audio fade.
|
void |
setFadeEditUnit(Rational fadeEditUnit)
Sets the edit units used to specify the default fade length
|
void |
setFadeLength(long fadeLength)
Sets the length of this default audio fade, measured in this fade's edit unit.
|
void |
setFadeType(FadeType fadeType)
Sets the type of this default audio fade.
|
Rational getFadeEditUnit()
Returns the edit units used to specify the default fade length.
void setFadeEditUnit(Rational fadeEditUnit) throws NullPointerException
Sets the edit units used to specify the default fade length
fadeEditUnit - Edit units used to specify the fade length.NullPointerException - The given edit units for the default fade length are null.@LengthType long getFadeLength()
Returns the length of this default audio fade, measured in this fade's edit units.
getFadeEditUnit()void setFadeLength(@LengthType long fadeLength) throws BadLengthException
Sets the length of this default audio fade, measured in this fade's edit unit.
fadeLength - Length of the default audio fade.BadLengthException - Length of the default fade is negative.getFadeEditUnit(),
setFadeEditUnit(Rational)FadeType getFadeType()
Returns the type of this default audio fade.
void setFadeType(FadeType fadeType) throws NullPointerException
Sets the type of this default audio fade.
fadeType - Type of this default audio fade.NullPointerException - The given fade type for the default fade is null.DefaultFade clone()
Create a cloned copy of this default fade value.
(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.