cuda.bindings.nvml.vgpu_instance_set_encoder_capacity#

cuda.bindings.nvml.vgpu_instance_set_encoder_capacity(
unsigned int vgpu_instance,
unsigned int encoder_capacity,
)#
Set 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
:param encoder_capacity: Unsigned int for the encoder capacity value.
:type encoder_capacity: unsigned int

.. seealso:: `nvmlVgpuInstanceSetEncoderCapacity`