cuda.bindings.nvml.device_get_encoder_stats#

cuda.bindings.nvml.device_get_encoder_stats(intptr_t device) tuple#
Retrieves the current encoder statistics for a given device.

:param device: The identifier of the target device.
:type device: intptr_t

:returns:

          - unsigned int: Reference to an unsigned int for count of active encoder sessions.
          - unsigned int: Reference to an unsigned int for trailing average FPS of all active sessions.
          - unsigned int: Reference to an unsigned int for encode latency in microseconds.
:rtype: A 3-tuple containing

.. seealso:: `nvmlDeviceGetEncoderStats`