Skip to content

Latest commit

 

History

History
67 lines (56 loc) · 6.29 KB

cp.apple.finalcutpro.main.Inspector.VideoInspector.md

File metadata and controls

67 lines (56 loc) · 6.29 KB

docs » cp.apple.finalcutpro.main.Inspector.VideoInspector


Video Inspector Module.

API Overview

API Documentation

Methods

Signature cp.apple.finalcutpro.main.Inspector.VideoInspector:app() -> table
Type Method
Description Returns the cp.apple.finalcutpro app table
Parameters
  • None
Returns
  • The application object as a table
Signature cp.apple.finalcutpro.main.Inspector.VideoInspector:isShowing() -> boolean
Type Method
Description Returns true if the Video Inspector is showing otherwise false
Parameters
  • None
Returns
  • true if showing, otherwise false
Signature cp.apple.finalcutpro.main.Inspector.VideoInspector:new(parent) -> VideoInspector object
Type Method
Description Creates a new VideoInspector object
Parameters
  • parent - The parent
Returns
  • A VideoInspector object
Signature cp.apple.finalcutpro.main.Inspector.VideoInspector:parent() -> table
Type Method
Description Returns the VideoInspector's parent table
Parameters
  • None
Returns
  • The parent object as a table
Signature cp.apple.finalcutpro.main.Inspector.VideoInspector:show() -> VideoInspector
Type Method
Description Show's the Video Inspector
Parameters
  • None
Returns
  • VideoInspector
Signature cp.apple.finalcutpro.main.Inspector.VideoInspector:stabilization([value]) -> boolean
Type Method
Description Sets or returns the stabilization setting for a clip.
Parameters
  • [value] - A boolean value you want to set the stabilization setting for the clip to.
Returns
  • The value of the stabilization settings, or nil if an error has occurred.
Notes
  • This method will open the Inspector if it's closed, and close it again after adjusting the stablization settings.