Methods
-
minimumSegmentDuration( minSegDuration ) → {this}
-
Description
Control the duration of the video segments
Parameters
Name Type Description minSegDuration
string | number The duration of a video segment
Returns
Details
-
getActionTag() → {string}
-
Description
Returns the custom name tag that was given to this action
Returns
Details
-
maximumSegments( maxSeg ) → {this}
-
Description
Control the number of the video segments
Parameters
Name Type Description maxSeg
string | number The number of the video segments.
Returns
Details
-
setActionTag() → {this}
-
Description
Sets the custom name tag for this action
Returns
Details
-
duration( duration ) → {this}
-
Description
control the length of the generated preview
Parameters
Name Type Description duration
string | number The duration in seconds such as 1.2, or 5.0
Returns
Details
-
toString() → {string}
-
Description
Calls toString() on all child qualifiers (implicitly by using .join()).
Returns
Details
-
addQualifier( qualifier ) → {this}
-
Description
Adds the parameter to the action.
Parameters
Name Type Description qualifier
SDK.Qualifier Returns
Details
-
addFlag( flag ) → {this}
-
Description
Adds a flag to the current action.
Parameters
Name Type Description flag
Qualifiers.Flag Returns
Details