RCRTCVideoFPS Constants Reference

Declared in RCRTCLibDefine.h

RCRTCVideoFPS

帧率

Definition

typedef NS_ENUM(NSInteger, RCRTCVideoFPS ) {
   RCRTCVideoFPSInvalid = -1,
   RCRTCVideoFPS10,
   RCRTCVideoFPS15,
   RCRTCVideoFPS24,
   RCRTCVideoFPS30,
};

Constants

RCRTCVideoFPSInvalid
 无效参数

Declared In RCRTCLibDefine.h.

RCRTCVideoFPS10
 每秒 10 帧

Declared In RCRTCLibDefine.h.

RCRTCVideoFPS15
 每秒 15 帧

Declared In RCRTCLibDefine.h.

RCRTCVideoFPS24
 每秒 24 帧

Declared In RCRTCLibDefine.h.

RCRTCVideoFPS30
 每秒 30 帧

Declared In RCRTCLibDefine.h.

Declared In

RCRTCLibDefine.h