AudioComponentChain
Instance Methods
createAppendComponentAction
25.0Action
Creates and returns an append component action
Parameters
Name | Type | Description |
---|---|---|
component | object | Video filter component |
createInsertComponentAction
25.0Action
Creates and returns an insert component action
Parameters
Name | Type | Description |
---|---|---|
component | object | Video filter component |
componentInsertionIndex | number | Index which the component shall be inserted |
createRemoveComponentAction
25.0Action
Creates and returns an remove component action
Parameters
Name | Type | Description |
---|---|---|
component | object | Video filter component |
getComponentAtIndex
25.0VideoComponentChain
Returns the component at the given index
Parameters
Name | Type | Description |
---|---|---|
componentIndex | number | - |
getComponentCount
25.0number
Gets the number of components in the component chain