Table of contents

Enumeration VideoFrameQuality

VideoFrameQuality describes the quality of video frames.

class EnumVideoFrameQuality(IntEnum):
    #The frame quality is measured to be high.
    VFQ_HIGH
    #The frame quality is measured to be low.
    VFQ_LOW
    #The frame quality is unknown.
    VFQ_UNKNOWN

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: