RCRTCMixLayoutMode Constants Reference

Declared in RCRTCMixConfig.h

RCRTCMixLayoutMode

Definition

typedef NS_ENUM(NSInteger, RCRTCMixLayoutMode ) {
   RCRTCMixLayoutModeCustom = 1,
   RCRTCMixLayoutModeSuspension = 2,
   RCRTCMixLayoutModeAdaptive = 3,
};

Constants

RCRTCMixLayoutModeCustom
 自定义布局

Declared In RCRTCMixConfig.h.

RCRTCMixLayoutModeSuspension
 悬浮布局

Declared In RCRTCMixConfig.h.

RCRTCMixLayoutModeAdaptive
 自适应布局

Declared In RCRTCMixConfig.h.