| 3055 | } |
| 3056 | |
| 3057 | bool |
| 3058 | OfxEffectInstance::doesTemporalClipAccess() const |
| 3059 | { |
| 3060 | // first, check the descriptor, then the instance |
| 3061 | return _imp->doesTemporalAccess; |
| 3062 | } |
| 3063 | |
| 3064 | bool |
| 3065 | OfxEffectInstance::isHostChannelSelectorSupported(bool* defaultR, |