VideoComponentChain
Instance Methods
createAppendComponentAction
25.0Action
Creates and returns an append component action
Parameters
Name | Type | Description |
---|---|---|
component | object | - |
createInsertComponentAction
25.0Action
Creates and returns an insert component action
Parameters
Name | Type | Description |
---|---|---|
component | object | - |
componentInsertionIndex | number | - |
createRemoveComponentAction
25.0Action
Creates and returns an remove component action
Parameters
Name | Type | Description |
---|---|---|
component | object | - |
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