You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[CreateInstance](function-descriptions.md#createinstance)| No | Allocate and initialize any GPU resources. |
8
-
|[DisposeInstance](function-descriptions.md#disposeinstance)| No | Release GPU resources. |
7
+
|[CreateInstance](function-descriptions.md#createinstance)| No | Allocate and initialize any GPU resources. |
8
+
|[DisposeInstance](function-descriptions.md#disposeinstance)| No | Release GPU resources. |
9
9
|[GetFrameDependencies](function-descriptions.md#getframedependencies)| Yes | If the rendered result of the effect/transition depends on frames other than the input frame, specify these here. |
|`inDeviceIndex`| For use with `PrSDKGPUDeviceSuite`. |
40
-
|`inTimelineID`| For use with `PrSDKVideoSegmentSuite`. |
41
-
|`inNodeID`| For use with `PrSDKVideoSegmentSuite`. |
42
-
|`ioPrivatePluginData`| Used by a plugin to store instance data, never touched by the host. |
38
+
|`piSuites`| Standard suites. |
39
+
|`inDeviceIndex`| For use with `PrSDKGPUDeviceSuite`. |
40
+
|`inTimelineID`| For use with `PrSDKVideoSegmentSuite`. |
41
+
|`inNodeID`| For use with `PrSDKVideoSegmentSuite`. |
42
+
|`ioPrivatePluginData`| Used by a plugin to store instance data, never touched by the host. |
43
43
|`outIsRealtime`| Specify if the plugin is likely to play in real-time, used to determine whether the segment is red, yellow, or unmarked in the timeline. |
|`inRenderField`| GPU rendering is always done on full-height progressive frames unless `PrGPUFilterFrameDependency.outNeedsFieldSeparation` is `false`. |
98
98
|||
99
-
||`inRenderField` indicates which field is being rendered. |
99
+
||`inRenderField` indicates which field is being rendered. |
| `importProgressFunc` | Available in `imSaveFileRec` and `imTrimFileRec` during *imSaveFile8* and *imTrimFile8*. |
344
+
| `importProgressFunc` | Available in `imSaveFileRec` and `imTrimFileRec` during *imSaveFile8* and *imTrimFile8*. |
345
345
| | |
346
346
| | Callback function pointer for use during project archiving or trimming to call into Premiere and update the progress bar and check for cancellation. |
347
347
| | |
348
-
| | Either `imProgressAbort` or `imProgressCon` tinue will be returned. |
348
+
| | Either `imProgressAbort` or `imProgressCon` tinue will be returned. |
349
349
| | |
350
-
| | The trimCallbackID parameter is passed in the same structures. |
350
+
| | The trimCallbackID parameter is passed in the same structures. |
0 commit comments