docs » cp.apple.finalcutpro.content.Clip
Represents a clip of media inside FCP.
- Constants - Useful values which cannot be changed
- filmstrip
- row
- Functions - API calls offered directly by the extension
- is
- Constructors - API calls which return an object, typically one that offers API methods
- new
- Methods - API calls which can only be made on an object returned by a constructor
- getTitle
- getType
- setTitle
- UI
Signature | cp.apple.finalcutpro.content.Clip.type.filmstrip |
---|---|
Type | Constant |
Description | A constant for clips which are represented by a filmstrip. |
Signature | cp.apple.finalcutpro.content.Clip.type.row |
---|---|
Type | Constant |
Description | A constant for clips which are represented by a table row. |
Signature | cp.apple.finalcutpro.content.Clip.is(thing) -> boolean |
---|---|
Type | Function |
Description | Checks if the specified thing is a Clip instance. |
Parameters |
|
Returns |
|
Signature | cp.apple.finalcutpro.content.Clip.new(element[, options]) -> Clip |
---|---|
Type | Constructor |
Description | Creates a new Clip pointing at the specified element, with the specified options. |
Parameters |
|
Returns |
|
Notes |
|
Signature | cp.apple.finalcutpro.content.Clip:getTitle() -> String |
---|---|
Type | Method |
Description | Returns the title of the clip. |
Parameters |
|
Returns |
|
Signature | cp.apple.finalcutpro.content.Clip:getType() -> Clip.type |
---|---|
Type | Method |
Description | Returns the type of clip (one of the Clip.type values) |
Parameters |
|
Returns |
|
Signature | cp.apple.finalcutpro.content.Clip:setTitle(title) -> none |
---|---|
Type | Method |
Description | Sets the title of a clip. |
Parameters |
|
Returns |
|
Signature | cp.apple.finalcutpro.content.Clip:UI() -> axuielement |
---|---|
Type | Method |
Description | Returns the axuielement for the clip. |
Parameters |
|
Returns |
|