docs » cp.apple.finalcutpro.import.MediaImport
Media Import
- Functions - API calls offered directly by the extension
- matches
- Constructors - API calls which return an object, typically one that offers API methods
- MediaImport
- Fields - Variables which can only be accessed from an object returned by a constructor
- importAll
- stopImport
- Methods - API calls which can only be made on an object returned by a constructor
- hide
- show
Signature | cp.apple.finalcutpro.import.MediaImport.matches(element) -> boolean |
---|---|
Type | Function |
Description | Checks to see if an element matches what we think it should be. |
Parameters |
|
Returns |
|
Signature | cp.apple.finalcutpro.import.MediaImport(app) -> MediaImport |
---|---|
Type | Constructor |
Description | Creates a new Media Import object. |
Parameters |
|
Returns |
|
Signature | cp.apple.finalcutpro.import.MediaImport.importAll <cp.ui.Button> |
---|---|
Type | Field |
Description | The Import All button. |
Signature | cp.apple.finalcutpro.import.MediaImport.stopImport <cp.ui.Button> |
---|---|
Type | Field |
Description | The "Stop Import" button. |
Signature | cp.apple.finalcutpro.import.MediaImport:hide() -> cp.apple.finalcutpro.import.MediaImport |
---|---|
Type | Method |
Description | Hides the Media Import window. |
Parameters |
|
Returns |
|
Signature | cp.apple.finalcutpro.import.MediaImport:show() -> cp.apple.finalcutpro.import.MediaImport |
---|---|
Type | Method |
Description | Shows the Media Import window. |
Parameters |
|
Returns |
|