TuttleOFX  1
ofxClip.h File Reference
#include "ofxCore.h"
Include dependency graph for ofxClip.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define kOfxTypeClip   "OfxTypeClip"
 Used as a value for kOfxPropType on image effect clips.
#define kOfxClipPropType   "OfxClipPropType"
 The type of a clip.
#define kOfxClipTypeImage   "OfxClipTypeImage"
 String to identify a clip as an imageClip.

Define Documentation

#define kOfxClipPropType   "OfxClipPropType"

The type of a clip.

  • Type - C string X 1
  • Property Set - plugin clip descriptor (read only) and instance (read only)

This string will be set to the type that the parameter was create with.

Definition at line 24 of file ofxClip.h.

Referenced by tuttle::host::ofx::attribute::OfxhClipImageDescriptor::init().

#define kOfxClipTypeImage   "OfxClipTypeImage"

String to identify a clip as an imageClip.

Definition at line 27 of file ofxClip.h.

Referenced by tuttle::host::ofx::attribute::OfxhClipImageDescriptor::init().