docs » cp.apple.finalcutpro.prefs.ImportPanel
Import Panel Module.
- Constructors - API calls which return an object, typically one that offers API methods
- ImportPanel
- Fields - Variables which can only be accessed from an object returned by a constructor
- analyzeAudioProblems
- analyzeBalanceColor
- assignAudioRole
- copyToMediaFolder
- createOptimizedMedia
- createProxyMedia
- findPeople
- findPeopleConsolidatedResults
- findPeopleSmartCollections
- iXMLRoles
- keywordsFromFinderTags
- keywordsFromFolders
- leaveInPlace
- mediaLocationGroup
- removeSilentChannels
- separateMonoGroupStereoAudio
- Methods - API calls which can only be made on an object returned by a constructor
- toggleMediaLocation
Signature | cp.apple.finalcutpro.prefs.ImportPanel(preferencesDialog) -> ImportPanel |
---|---|
Type | Constructor |
Description | Creates a new ImportPanel instance. |
Parameters |
|
Returns |
|
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 . |
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. |