#cp.apple.finalcutpro.prefs.ImportPanel

Import Panel Module.


#API Overview

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

Methods - API calls which can only be made on an object returned by a constructor


#API Documentation

#Constructors

Signaturecp.apple.finalcutpro.prefs.ImportPanel(preferencesDialog) -> ImportPanel
TypeConstructor
DescriptionCreates a new ImportPanel instance.
Parameters
  • parent - The parent object.
Returns
  • A new ImportPanel object.
NotesNone
ExamplesNone
Sourcesrc/extensions/cp/apple/finalcutpro/prefs/ImportPanel.lua line 26

#Fields

Signaturecp.apple.finalcutpro.prefs.ImportPanel.analyzeAudioProblems <cp.ui.CheckBox>
TypeField
DescriptionThe "Analyze and fix audio problems" CheckBox.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/prefs/ImportPanel.lua line 194

Signaturecp.apple.finalcutpro.prefs.ImportPanel.analyzeBalanceColor <cp.ui.CheckBox>
TypeField
DescriptionThe "Analyze video for balance color" CheckBox.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/prefs/ImportPanel.lua line 158

Signaturecp.apple.finalcutpro.prefs.ImportPanel.assignAudioRole <cp.ui.PopUpButton>
TypeField
DescriptionThe "Assign Role" PopUpButton.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/prefs/ImportPanel.lua line 122

Signaturecp.apple.finalcutpro.prefs.ImportPanel.copyToLibraryStorageLocation <cp.ui.RadioButton>
TypeField
DescriptionThe "Copy to library storage location" RadioButton.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/prefs/ImportPanel.lua line 39

Signaturecp.apple.finalcutpro.prefs.ImportPanel.createOptimizedMedia <cp.ui.CheckBox>
TypeField
DescriptionThe "Create optimized media" CheckBox.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/prefs/ImportPanel.lua line 140

Signaturecp.apple.finalcutpro.prefs.ImportPanel.createProxyMedia <cp.ui.CheckBox>
TypeField
DescriptionThe "Create proxy media" CheckBox.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/prefs/ImportPanel.lua line 149

Signaturecp.apple.finalcutpro.prefs.ImportPanel.findPeople <cp.ui.CheckBox>
TypeField
DescriptionThe "Find people" CheckBox.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/prefs/ImportPanel.lua line 167

Signaturecp.apple.finalcutpro.prefs.ImportPanel.findPeopleConsolidatedResults <cp.ui.CheckBox>
TypeField
DescriptionThe "Consolidate find people results" CheckBox.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/prefs/ImportPanel.lua line 176

Signaturecp.apple.finalcutpro.prefs.ImportPanel.findPeopleSmartCollections <cp.ui.CheckBox>
TypeField
DescriptionThe "Create Smart Collections after analysis" CheckBox.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/prefs/ImportPanel.lua line 185

Signaturecp.apple.finalcutpro.prefs.ImportPanel.iXMLRoles <cp.ui.CheckBox>
TypeField
DescriptionThe "Assign iXML track names if available" CheckBox.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/prefs/ImportPanel.lua line 131

Signaturecp.apple.finalcutpro.prefs.ImportPanel.keywordsFromFinderTags <cp.ui.CheckBox>
TypeField
DescriptionThe "Keywords from Finder tags" CheckBox.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/prefs/ImportPanel.lua line 104

Signaturecp.apple.finalcutpro.prefs.ImportPanel.keywordsFromFolders <cp.ui.CheckBox>
TypeField
DescriptionThe "Keywords from folders" CheckBox.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/prefs/ImportPanel.lua line 113

Signaturecp.apple.finalcutpro.prefs.ImportPanel.leaveFilesInPlace <cp.ui.RadioButton>
TypeField
DescriptionThe "Leave files in place" RadioButton.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/prefs/ImportPanel.lua line 50

Signaturecp.apple.finalcutpro.prefs.ImportPanel.removeSilentChannels <cp.ui.CheckBox>
TypeField
DescriptionThe "Remove silent channels" CheckBox.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/prefs/ImportPanel.lua line 212

Signaturecp.apple.finalcutpro.prefs.ImportPanel.separateMonoGroupStereoAudio <cp.ui.CheckBox>
TypeField
DescriptionThe "Separate mono and group stereo audio" CheckBox.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/prefs/ImportPanel.lua line 203

#Methods

Signaturecp.apple.finalcutpro.prefs.ImportPanel:toggleMediaLocation() -> cp.rx.go.Statement
TypeMethod
DescriptionA Statement that toggles between the "Copy to library storage location" and "Leave files in place" options.
Parameters
  • None
Returns
  • None
NotesNone
ExamplesNone
Sourcesrc/extensions/cp/apple/finalcutpro/prefs/ImportPanel.lua line 82