AudioComponentChain

Since: 25.6

Instance Methods

createAppendComponentAction

Creates and returns an append component action

Since: 25.6

Returns: Action

Parameters

Name
Type
Description
component
Component or AudioFilterComponent
Audio filter component

createInsertComponentAction

Creates and returns an insert component action

Since: 25.6

Returns: Action

Parameters

Name
Type
Description
component
Component or AudioFilterComponent
Audio filter component
componentInsertionIndex
number
Index which the component shall be inserted

createRemoveComponentAction

Creates and returns an remove component action

Since: 25.6

Returns: Action

Parameters

Name
Type
Description
component
Component or AudioFilterComponent
Audio filter component

getComponentAtIndex

Returns the component at the given index

Since: 25.6

Returns: Component

Parameters

Name
Type
Description
componentIndex
number
-

getComponentCount

Gets the number of components in the component chain

Since: 25.6

Returns: number