docs » cp.apple.finalcutpro.timeline.AudioRole
Extends Role
A Role representing Audio.
- Functions - API calls offered directly by the extension
- matches
- Constructors - API calls which return an object, typically one that offers API methods
- AudioRole
- Fields - Variables which can only be accessed from an object returned by a constructor
- focusedInTimeline
- subroleLanes
- subrolesExpanded
- Methods - API calls which can only be made on an object returned by a constructor
- doFocusInTimeline
- doHideSubroleLanes
- doShowSubroleLanes
- doUnfocusInTimeline
| Signature | cp.apple.finalcutpro.timeline.AudioRole.matches(element) -> boolean |
|---|---|
| Type | Function |
| Description | Checks if the element is a "Audio" Role. |
| Signature | cp.apple.finalcutpro.timeline.AudioRole(parent, uiFinder) |
|---|---|
| Type | Constructor |
| Description | Creates a new instance with the specified parent and uiFinder. |
| Parameters |
|
| Returns |
|
| Signature | cp.apple.finalcutpro.timeline.AudioRole.focusedInTimeline <cp.ui.CheckBox> |
|---|---|
| Type | Field |
| Description | A CheckBox that toggles this role is larger than the other audio roles on the timeline. |
| Signature | cp.apple.finalcutpro.timeline.AudioRole.subroleLanes <cp.ui.CheckButton> |
|---|---|
| Type | Field |
| Description | A CheckButton that toggles whether the subroles are visible in the Timeline. |
| Signature | cp.apple.finalcutpro.timeline.AudioRole.subrolesExpanded <cp.ui.CheckButton> |
|---|---|
| Type | Field |
| Description | A CheckButton that toggles whether the roles are visible in the Index. |
| Notes |
|
| Signature | cp.apple.finalcutpro.timeline.AudioRole:doFocusInTimeline() -> cp.rx.go.Statement |
|---|---|
| Type | Method |
| Description | A Statement that will attempt to focus on this audio role in the timeline. |
| Signature | cp.apple.finalcutpro.timeline.AudioRole:doHideSubroleLanes() -> cp.rx.go.Statement |
|---|---|
| Type | Method |
| Description | A Statement that will attempt to hide the subrole lanes on this audio role in the timeline. |
| Signature | cp.apple.finalcutpro.timeline.AudioRole:doShowSubroleLanes() -> cp.rx.go.Statement |
|---|---|
| Type | Method |
| Description | A Statement that will attempt to show the subrole lanes on this audio role in the timeline. |
| Signature | cp.apple.finalcutpro.timeline.AudioRole:doUnfocusInTimeline() -> cp.rx.go.Statement |
|---|---|
| Type | Method |
| Description | A Statement that will attempt to unfocus on this audio role in the timeline. |