Deinit
Function Usage
Deinitializes a GPU acceleration instance.
Prototype
int32_t DeInit() = 0
Return Value Description
Data type: GpuEncoderErrorCode
The value can be any of the following:
- OK: The GPU acceleration instance is successfully deinitialized.
- Other: Failed to deinitialize the GPU acceleration instance.
Parent topic: GPU Acceleration APIs (C and C++)