Skip to content
This repository was archived by the owner on Jun 9, 2023. It is now read-only.

Latest commit

 

History

History
69 lines (57 loc) · 5.39 KB

File metadata and controls

69 lines (57 loc) · 5.39 KB

docs » cp.apple.finalcutpro.inspector.audio.AudioConfiguration


The Audio Configuration section of the Audio Inspector.

API Overview

API Documentation

Functions

Signature cp.apple.finalcutpro.inspector.audio.AudioConfiguration(parent) -> AudioConfiguration
Type Function
Description Creates a new Media Import object.
Parameters
  • parent - The parent object.
Returns
  • A new AudioConfiguration object.
Signature cp.apple.finalcutpro.inspector.audio.AudioConfiguration.matches(element) -> boolean
Type Function
Description Checks to see if an element matches what we think it should be.
Parameters
  • element - An axuielementObject to check.
Returns
  • true if matches otherwise false

Methods

Signature cp.apple.finalcutpro.inspector.audio.AudioConfiguration:component() -> table
Type Method
Description Returns a table of AudioComponent objects for all main audio components.
Parameters
  • None
Returns
  • A table containing AudioComponent objects.
Signature cp.apple.finalcutpro.inspector.audio.AudioConfiguration:doShow() -> cp.rx.go.Statement
Type Method
Description A Statement that will attempt to show the bar.
Parameters
  • None
Returns
  • The Statement, which will resolve to true if successful, or send an error if not.
Signature cp.apple.finalcutpro.inspector.audio.AudioConfiguration:show() -> self
Type Method
Description Attempts to show the bar.
Parameters
  • None
Returns
  • The AudioConfiguration instance.
Signature cp.apple.finalcutpro.inspector.audio.AudioConfiguration:subcomponent() -> table
Type Method
Description Returns a table of AudioComponent objects for all audio subcomponents.
Parameters
  • None
Returns
  • A table containing AudioComponent objects.