enum cv::cudacodec::EncoderCallBack::PicType

#include <cudacodec.hpp>

enum PicType
{
    IFRAME = 1,
    PFRAME = 2,
    BFRAME = 3,
};