Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions include/ofxImageEffect.h
Original file line number Diff line number Diff line change
Expand Up @@ -929,6 +929,16 @@ then the plugin can detect this via an identifier change and re-evaluate the cac
*/
#define kOfxImagePropUniqueIdentifier "OfxImagePropUniqueIdentifier"

/** @brief Clip property which indicates the display start frame of the clip

- Type - double X 1
- Property Set - clip instance (read only)
- Default - 0

This value should be added to the internal frame number when displayed in a plugin user interface
Copy link
Contributor

@garyo garyo Nov 12, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps: "Plugins should add this value to internal OFX frame numbers when displayed in a plugin user interface, so the user will see the same frame numbers as they see in the host's UI."

*/
#define kOfxImageClipPropDisplayTimeOffset "kOfxImageClipPropDisplayTimeOffset"

/** @brief Clip and action argument property which indicates that the clip can be sampled continously

- Type - int X 1
Expand Down