KSYVideoCodec Constants Reference

Declared in KSYTypeDef.h

KSYVideoCodec

Definition

typedef NS_ENUM(NSUInteger, KSYVideoCodec ) {
   KSYVideoCodec_X264 = 0,
   KSYVideoCodec_QY265,
   KSYVideoCodec_VT264,
   KSYVideoCodec_VT265,
   KSYVideoCodec_AUTO = 100,
   KSYVideoCodec_GIF,
};

Constants

KSYVideoCodec_X264

视频编码器 - h264 软件编码器

Declared In KSYTypeDef.h.

KSYVideoCodec_QY265

视频编码器 - KSY265 软件编码器

Declared In KSYTypeDef.h.

KSYVideoCodec_VT264

视频编码器 - iOS VT264硬件编码器 (iOS 8.0以上支持)

Declared In KSYTypeDef.h.

KSYVideoCodec_VT265

视频编码器 - iOS VT265硬件编码器 (iOS 11.0 以上)

Declared In KSYTypeDef.h.

KSYVideoCodec_AUTO

视频编码器 - 由SDK自动选择( VT264 > X264)

Declared In KSYTypeDef.h.

KSYVideoCodec_GIF

视频编码器 - gif

Declared In KSYTypeDef.h.

Declared In

KSYTypeDef.h