docs » cp.apple.finalcutpro.inspector.audio.AudioComponent
The Audio Configuration section of the Audio Inspector.
- Functions - API calls offered directly by the extension
- AudioComponent
- matches
- Fields - Variables which can only be accessed from an object returned by a constructor
- channels
- role
- showAs
- Methods - API calls which can only be made on an object returned by a constructor
- doShow
- enabled
- show
| Signature | cp.apple.finalcutpro.inspector.audio.AudioComponent(parent) -> AudioComponent |
|---|---|
| Type | Function |
| Description | Creates a new Audio Component object. |
| Parameters |
|
| Returns |
|
| Signature | cp.apple.finalcutpro.inspector.audio.AudioComponent.matches(element) -> boolean |
|---|---|
| Type | Function |
| Description | Checks to see if an element matches what we think it should be. |
| Parameters |
|
| Returns |
|
| Signature | cp.apple.finalcutpro.inspector.audio.AudioComponent.channels <cp.ui.MenuButton> |
|---|---|
| Type | Field |
| Description | The channels popup menu button for the component. This only present for |
| Signature | cp.apple.finalcutpro.inspector.audio.AudioComponent.role <cp.ui.MenuButton> |
|---|---|
| Type | Field |
| Description | The role popup menu button for the subcomponent. Only present for |
| Signature | cp.apple.finalcutpro.inspector.audio.AudioComponent.showAs <cp.ui.MenuButton> |
|---|---|
| Type | Field |
| Description | The subroles popup menu button for the component. Only present for |
| Signature | cp.apple.finalcutpro.inspector.audio.AudioComponent:doShow() -> cp.rx.go.Statement |
|---|---|
| Type | Method |
| Description | A Statement that will attempt to show the bar. |
| Parameters |
|
| Returns |
|
| Signature | cp.apple.finalcutpro.inspector.audio.AudioComponent:enabled() -> Button |
|---|---|
| Type | Method |
| Description | Gets the enable/disable button for the component. |
| Parameters |
|
| Returns |
|
| Signature | cp.apple.finalcutpro.inspector.audio.AudioComponent:show() -> self |
|---|---|
| Type | Method |
| Description | Attempts to show the bar. |
| Parameters |
|
| Returns |
|