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