# cp.apple.finalcutpro.prefs.PlaybackPanel

Playback Panel Module.


# API Overview

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

  • PlaybackPanel

Fields - Variables which can only be accessed from an object returned by a constructor

  • avOutput
  • backgroundRender
  • backgroundRenderDelay
  • createMulticamOptimizedMedia
  • playerBackground
  • postRollDuration
  • preRollDuration
  • renderShareGPU
  • showHDRAsToneMapped
  • warnAfterPlaybackOnDiskFrameDrop
  • warnAfterPlaybackOnVRFrameDrop
  • warnOnFrameDrop

# API Documentation

# Constructors

# PlaybackPanel

Signature cp.apple.finalcutpro.prefs.PlaybackPanel(preferencesDialog) -> PlaybackPanel
Type Constructor
Description Creates a new PlaybackPanel instance.
Parameters
  • parent - The parent object.
Returns
  • A new PlaybackPanel object.
Notes None
Examples None
Source src/extensions/cp/apple/finalcutpro/prefs/PlaybackPanel.lua line 22

# Fields

# avOutput

Signature cp.apple.finalcutpro.prefs.PlaybackPanel.avOutput <cp.ui.PopUpButton>
Type Field
Description The PopUpButton for "A/V Output".
Notes None
Source src/extensions/cp/apple/finalcutpro/prefs/PlaybackPanel.lua line 125

# backgroundRender

Signature cp.apple.finalcutpro.prefs.PlaybackPanel.backgroundRender <cp.ui.CheckBox>
Type Field
Description The CheckBox for "Background render".
Notes None
Source src/extensions/cp/apple/finalcutpro/prefs/PlaybackPanel.lua line 35

# backgroundRenderDelay

Signature cp.apple.finalcutpro.prefs.PlaybackPanel.backgroundRenderDelay <cp.ui.TextField>
Type Field
Description The TextField for "Background render".
Notes None
Source src/extensions/cp/apple/finalcutpro/prefs/PlaybackPanel.lua line 44

# createMulticamOptimizedMedia

Signature cp.apple.finalcutpro.prefs.PlaybackPanel.createMulticamOptimizedMedia <cp.ui.CheckBox>
Type Field
Description The CheckBox for "Create optimized media for multicam clips".
Notes None
Source src/extensions/cp/apple/finalcutpro/prefs/PlaybackPanel.lua line 62

# playerBackground

Signature cp.apple.finalcutpro.prefs.PlaybackPanel.playerBackground <cp.ui.PopUpButton>
Type Field
Description The PopUpButton for "Player Background".
Notes None
Source src/extensions/cp/apple/finalcutpro/prefs/PlaybackPanel.lua line 116

# postRollDuration

Signature cp.apple.finalcutpro.prefs.PlaybackPanel.postRollDuration <cp.ui.TextField>
Type Field
Description The TextField for "Post-Roll Duration" in seconds.
Notes None
Source src/extensions/cp/apple/finalcutpro/prefs/PlaybackPanel.lua line 107

# preRollDuration

Signature cp.apple.finalcutpro.prefs.PlaybackPanel.preRollDuration <cp.ui.TextField>
Type Field
Description The TextField for "Pre-Roll Duration" in seconds.
Notes None
Source src/extensions/cp/apple/finalcutpro/prefs/PlaybackPanel.lua line 98

# renderShareGPU

Signature cp.apple.finalcutpro.prefs.PlaybackPanel.renderShareGPU <cp.ui.PopUpButton>
Type Field
Description The PopUpButton for "Render/Share GPU".
Notes None
Source src/extensions/cp/apple/finalcutpro/prefs/PlaybackPanel.lua line 53

# showHDRAsToneMapped

Signature cp.apple.finalcutpro.prefs.PlaybackPanel.showHDRAsToneMapped <cp.ui.CheckBox>
Type Field
Description The CheckBox for "Show HDR as Tone Mapped".
Notes None
Source src/extensions/cp/apple/finalcutpro/prefs/PlaybackPanel.lua line 134

# warnAfterPlaybackOnDiskFrameDrop

Signature cp.apple.finalcutpro.prefs.PlaybackPanel.warnAfterPlaybackOnDiskFrameDrop <cp.ui.CheckBox>
Type Field
Description The CheckBox for "If frames drop due to disk performance, warn after playback".
Notes None
Source src/extensions/cp/apple/finalcutpro/prefs/PlaybackPanel.lua line 80

# warnAfterPlaybackOnVRFrameDrop

Signature cp.apple.finalcutpro.prefs.PlaybackPanel.warnAfterPlaybackOnVRFrameDrop <cp.ui.CheckBox>
Type Field
Description The CheckBox for "If frames drop on VR headset, warn after playback".
Notes None
Source src/extensions/cp/apple/finalcutpro/prefs/PlaybackPanel.lua line 89

# warnOnFrameDrop

Signature cp.apple.finalcutpro.prefs.PlaybackPanel.warnOnFrameDrop <cp.ui.CheckBox>
Type Field
Description The CheckBox for "If a frame drops, stop playback and warn".
Notes None
Source src/extensions/cp/apple/finalcutpro/prefs/PlaybackPanel.lua line 71