Reset
Resets the encoder. Some encoding parameter configurations take effect only after this API is called.
Restrictions
None
Prototype
int32_t Reset() = 0
Parameter Description
N/A
Return Value Description
Data type: GpuEncoderErrorCode
The value can be any of the following:
- OK: The encoder is successfully reset.
- Other: Failed to reset the encoder.
Parent topic: GPU Acceleration APIs (C and C++)