Methods
-
getActionTag() → {string}
-
Description
Returns the custom name tag that was given to this action
Returns
Details
-
transition( source ) → {this}
-
Description
Sets the transition between a video and a concatenated source
Parameters
Name Type Description source
Qualifiers.Transition.VideoSource The source to concatenate.
Returns
Details
-
setActionTag() → {this}
-
Description
Sets the custom name tag for this action
Returns
Details
-
prepend() → {this}
-
Description
Prepend the concatenated video - Adds the video before the original
Returns
Details
-
duration( sec ) → {this}
-
Description
The duration in seconds
Parameters
Name Type Description sec
number Returns
Details
-
addQualifier( qualifier ) → {this}
-
Description
Adds the parameter to the action.
Parameters
Name Type Description qualifier
SDK.Qualifier Returns
Details
-
getTransitionString() → {string}
-
Description
Get the transitionString for the toString() method
Returns
Details
-
toString()
-
Description
Get the string representation of the Concatenation action
Details
-
addFlag( flag ) → {this}
-
Description
Adds a flag to the current action.
Parameters
Name Type Description flag
Qualifiers.Flag Returns
Details