Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 3.5 KB

cp.apple.finalcutpro.main.EffectsBrowser.md

File metadata and controls

39 lines (31 loc) · 3.5 KB

docs » cp.apple.finalcutpro.main.EffectsBrowser


Effects Browser Module.

API Overview

API Documentation

Methods

Signature cp.apple.finalcutpro.main.EffectsBrowser:showAudioCategory(name) -> self
Type Method
Description Ensures the sidebar is showing and that the selected 'Audio' category is selected, if available.
Parameters
  • * name - The category name, in the current language.
Returns
  • * The browser.
Signature cp.apple.finalcutpro.main.EffectsBrowser:showTransitionsCategory(name) -> self
Type Method
Description Ensures the sidebar is showing and that the selected 'Transitions' category is selected, if available.
Parameters
  • * name - The category name, in the current language.
Returns
  • * The browser.
Signature cp.apple.finalcutpro.main.EffectsBrowser:showVideoCategory(name) -> self
Type Method
Description Ensures the sidebar is showing and that the selected 'Video' category is selected, if available.
Parameters
  • * name - The category name, in the current language.
Returns
  • * The browser.