cuda.bindings.nvml.device_get_encoder_capacity#
- cuda.bindings.nvml.device_get_encoder_capacity(
- intptr_t device,
- int encoder_query_type,
Retrieves the current capacity of the device's encoder, as a percentage of maximum encoder capacity with valid values in the range 0-100. :param device: The identifier of the target device. :type device: intptr_t :param encoder_query_type: Type of encoder to query. :type encoder_query_type: EncoderType :returns: Reference to an unsigned int for the encoder capacity. :rtype: unsigned int .. seealso:: `nvmlDeviceGetEncoderCapacity`