NIMNetCallRenderFillMode Constants Reference

Declared in NIMAVChatDefs.h

NIMNetCallRenderFillMode

渲染视图的模式

Definition

typedef NS_ENUM(NSInteger, NIMNetCallRenderFillMode ) {
   NIMNetCallRenderFillModeStretch = 0,
   NIMNetCallRenderFillModeAspectRatio = 1,
   NIMNetCallRenderFillModeAspectRatioAndFill = 2,
};

Constants

NIMNetCallRenderFillModeStretch

拉伸来填补完整视图

Declared In NIMAVChatDefs.h.

NIMNetCallRenderFillModeAspectRatio

保持源图像的宽高比,添加指定的背景颜色

Declared In NIMAVChatDefs.h.

NIMNetCallRenderFillModeAspectRatioAndFill

保持源图像的宽高比,以它的中心放大来填充视图

Declared In NIMAVChatDefs.h.

Declared In

NIMAVChatDefs.h