#cp.apple.finalcutpro.viewer.Viewer
Viewer Module.
#API Overview
Constants - Useful values which cannot be changed
Functions - API calls offered directly by the extension
Constructors - API calls which return an object, typically one that offers API methods
Fields - Variables which can only be accessed from an object returned by a constructor
- background
- betterQuality
- contentsUI
- controlBar
- frame
- framerate
- getFormat
- hasPlayerControls
- infoBar
- isEventViewer
- isMainViewer
- isOnPrimary
- isOnSecondary
- playbackMode
- playButton
- timecode
- timecodeField
- title
- usingProxies
- videoImage
- videoImageUI
Methods - API calls which can only be made on an object returned by a constructor
- app
- currentWindow
- doHide
- doPause
- doPlay
- doShowOnPrimary
- doShowOnSecondary
- hide
- notifier
- showOnPrimary
- showOnSecondary
#API Documentation
#Constants
#Functions
#Constructors
#Fields
| | | | --------------------------------------------|-------------------------------------------------------------------------------------| | Signature | cp.apple.finalcutpro.viewer.Viewer.betterQuality <cp.prop: boolean, read-only>
| | Type | Field | | Description | Checks if the viewer is using playing with better quality (true
) or performance (false). | | **Notes** | <ul><li>Use
playbackMode` to change modes between original/proxy/quality/performance. | | Source | src/extensions/cp/apple/finalcutpro/viewer/Viewer.lua line 457 |