Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Latest commit

 

History

History
146 lines (121 loc) · 12.2 KB

cp.apple.finalcutpro.prefs.ImportPanel.md

File metadata and controls

146 lines (121 loc) · 12.2 KB

docs » cp.apple.finalcutpro.prefs.ImportPanel


Import Panel Module.

API Overview

API Documentation

Constructors

Signature cp.apple.finalcutpro.prefs.ImportPanel(preferencesDialog) -> ImportPanel
Type Constructor
Description Creates a new ImportPanel instance.
Parameters
  • parent - The parent object.
Returns
  • A new ImportPanel object.

Fields

Signature cp.apple.finalcutpro.prefs.ImportPanel.analyzeAudioProblems <cp.ui.CheckBox>
Type Field
Description The "Analyze and fix audio problems" CheckBox.
Signature cp.apple.finalcutpro.prefs.ImportPanel.analyzeBalanceColor <cp.ui.CheckBox>
Type Field
Description The "Analyze video for balance color" CheckBox.
Signature cp.apple.finalcutpro.prefs.ImportPanel.assignAudioRole <cp.ui.PopUpButton>
Type Field
Description The "Assign Role" PopUpButton.
Signature cp.apple.finalcutpro.prefs.ImportPanel.copyToMediaFolder <cp.ui.RadioButton>
Type Field
Description The "Copy to library storage location" RadioButton.
Signature cp.apple.finalcutpro.prefs.ImportPanel.createOptimizedMedia <cp.ui.CheckBox>
Type Field
Description The "Create optimized media" CheckBox.
Signature cp.apple.finalcutpro.prefs.ImportPanel.createProxyMedia <cp.ui.CheckBox>
Type Field
Description The "Create proxy media" CheckBox.
Signature cp.apple.finalcutpro.prefs.ImportPanel.findPeople <cp.ui.CheckBox>
Type Field
Description The "Find people" CheckBox.
Signature cp.apple.finalcutpro.prefs.ImportPanel.findPeopleConsolidatedResults <cp.ui.CheckBox>
Type Field
Description The "Consolidate find people results" CheckBox.
Signature cp.apple.finalcutpro.prefs.ImportPanel.findPeopleSmartCollections <cp.ui.CheckBox>
Type Field
Description The "Create Smart Collections after analysis" CheckBox.
Signature cp.apple.finalcutpro.prefs.ImportPanel.iXMLRoles <cp.ui.CheckBox>
Type Field
Description The "Assign iXML track names if available" CheckBox.
Signature cp.apple.finalcutpro.prefs.ImportPanel.keywordsFromFinderTags <cp.ui.CheckBox>
Type Field
Description The "Keywords from Finder tags" CheckBox.
Signature cp.apple.finalcutpro.prefs.ImportPanel.keywordsFromFolders <cp.ui.CheckBox>
Type Field
Description The "Keywords from folders" CheckBox.
Signature cp.apple.finalcutpro.prefs.ImportPanel.leaveInPlace <cp.ui.RadioButton>
Type Field
Description The "Leave files in place" RadioButton.
Signature cp.apple.finalcutpro.prefs.ImportPanel.mediaLocationGroup <cp.ui.RadioGroup>
Type Field
Description A RadioGroup containing the "Copy to library storage location" and "Leave files in place" options.
Signature cp.apple.finalcutpro.prefs.ImportPanel.removeSilentChannels <cp.ui.CheckBox>
Type Field
Description The "Remove silent channels" CheckBox.
Signature cp.apple.finalcutpro.prefs.ImportPanel.separateMonoGroupStereoAudio <cp.ui.CheckBox>
Type Field
Description The "Separate mono and group stereo audio" CheckBox.

Methods

Signature cp.apple.finalcutpro.prefs.ImportPanel:toggleMediaLocation() -> cp.rx.go.Statement
Type Method
Description A Statement that toggles between the "Copy to library storage location" and "Leave files in place" options.