|
Mac Dev Center
Mac OS X Reference Library Apple Applications: Final Cut Pro/Final Cut Express FxPlug Reference
|
FxLayerInfoAPI |
| Declared In: |
Defines the functions the host application provides to get information about the layer where an effect is currently applied.
getLayerGlobalOffsetX:OffsetY:atTime: |
Requests the offset of the bottom left corner of the layer where an effect is applied.
- (BOOL)getLayerGlobalOffsetX:(double *)offsetX OffsetY:(double *)offsetY atTime:(double)time;
offsetX offsetY time Returns YES if the application successfully provides the layer information; NO otherwise.
Depending on the host application, the time value may be relative to the start of the timeline or to the start of the clip. See the header file FxPlug/FxHostCapabilities.h.
Last Updated: 2009-04-14