Table of contents

Enumeration VideoFrameQuality

VideoFrameQuality describes the quality of video frames.

  • C++
typedef enum VideoFrameQuality {
   /**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
} VideoFrameQuality;

Is this page helpful?

YesYes NoNo

In this article: