cuda.bindings.nvml.EncoderType#

class cuda.bindings.nvml.EncoderType(value: int)#
Represents type of encoder for capacity can be queried

See `nvmlEncoderType_t`.
ENCODER_QUERY_H264: 0

H264 encoder.

ENCODER_QUERY_HEVC: 1

HEVC encoder.

ENCODER_QUERY_AV1: 2

AV1 encoder.

ENCODER_QUERY_UNKNOWN: 255

Unknown encoder.