#cp.apple.finalcutpro.timeline.AudioSubrole

Extends Role

A Role representing Audio.


#API Overview

Functions - API calls offered directly by the extension

Constructors - API calls which return an object, typically one that offers API methods


#API Documentation

#Functions

Signaturecp.apple.finalcutpro.timeline.AudioSubrole.matches(element) -> boolean
TypeFunction
DescriptionChecks if the element is a "Audio" Subrole.
Parameters
  • element - An element to check
Returns
  • A boolean
NotesNone
ExamplesNone
Sourcesrc/extensions/cp/apple/finalcutpro/timeline/AudioSubrole.lua line 12

#Constructors

Signaturecp.apple.finalcutpro.timeline.AudioSubrole(parent, uiFinder)
TypeConstructor
DescriptionCreates a new instance with the specified parent and uiFinder.
Parameters
  • parent - the parent Element.
  • uiFinder - a function or cp.prop containing the axuielement
Returns
  • The new Row.
NotesNone
ExamplesNone
Sourcesrc/extensions/cp/apple/finalcutpro/timeline/AudioSubrole.lua line 26