docs » cp.apple.finalcutpro.export.ExportDialog
Export Dialog Module.
- Constructors - API calls which return an object, typically one that offers API methods
- ExportDialogTitleText
- Fields - Variables which can only be accessed from an object returned by a constructor
- fileExtension
- saveSheet
- Methods - API calls which can only be made on an object returned by a constructor
- hide
- pressCancel
- pressNext
- show
Signature | cp.apple.finalcutpro.export.ExportDialogTitleText(parent) |
---|---|
Type | Constructor |
Description | Creates a new Export Dialog |
Signature | cp.apple.finalcutpro.export.ExportDialog.fileExtension <cp.ui.StaticText> |
---|---|
Type | Field |
Description | The "File Extension" StaticText. |
Signature | cp.apple.finalcutpro.export.ExportDialog.saveSheet <SaveSheet> |
---|---|
Type | Field |
Description | The SaveSheet . |
Signature | cp.apple.finalcutpro.export.ExportDialog:hide() -> cp.apple.finalcutpro.export.ExportDialog |
---|---|
Type | Method |
Description | Hides the Export Dialog |
Parameters |
|
Returns |
|
Signature | cp.apple.finalcutpro.export.ExportDialog:pressCancel() -> cp.apple.finalcutpro.export.ExportDialog |
---|---|
Type | Method |
Description | Presses the Cancel Button. |
Parameters |
|
Returns |
|
Signature | cp.apple.finalcutpro.export.ExportDialog:pressNext() -> cp.apple.finalcutpro.export.ExportDialog |
---|---|
Type | Method |
Description | Presses the Next Button. |
Parameters |
|
Returns |
|
Signature | cp.apple.finalcutpro.export.ExportDialog:show(destinationSelect, ignoreProxyWarning, ignoreMissingMedia, ignoreInvalidCaptions, quiet) -> cp.apple.finalcutpro.export.ExportDialog, string |
---|---|
Type | Method |
Description | Shows the Export Dialog with the Destination that matches the destinationSelect . |
Parameters |
|
Returns |
|
Notes |
|