cuda.bindings.nvml.EncoderType#

class cuda.bindings.nvml.EncoderType(value: int)#

Represents type of encoder for capacity can be queried

See nvmlEncoderType_t.

H264: 0

H264 encoder.

HEVC: 1

HEVC encoder.

AV1: 2

AV1 encoder.

UNKNOWN: 255

Unknown encoder.