cuda.bindings.nvml.vgpu_instance_get_encoder_sessions#

cuda.bindings.nvml.vgpu_instance_get_encoder_sessions(unsigned int vgpu_instance)#
Retrieves information about all active encoder sessions on a vGPU Instance.

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

:returns: Reference to caller supplied array in which the list of session information us returned.
:rtype: nvmlEncoderSessionInfo_t

.. seealso:: `nvmlVgpuInstanceGetEncoderSessions`