cuda.bindings.nvml.vgpu_instance_get_encoder_capacity#

cuda.bindings.nvml.vgpu_instance_get_encoder_capacity(
unsigned int vgpu_instance,
) unsigned int#
Retrieve the encoder capacity of a vGPU instance, as a percentage of maximum encoder capacity with valid values in the range 0-100.

:param vgpu_instance: Identifier of the target vGPU instance.
:type vgpu_instance: unsigned int

:returns: Reference to an unsigned int for the encoder capacity.
:rtype: unsigned int

.. seealso:: `nvmlVgpuInstanceGetEncoderCapacity`