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: 0H264 encoder. ENCODER_QUERY_HEVC: 1HEVC encoder. ENCODER_QUERY_AV1: 2AV1 encoder. ENCODER_QUERY_UNKNOWN: 255Unknown encoder.