NIMNetCallVideoCrop Constants Reference

Declared in NIMAVChatDefs.h

NIMNetCallVideoCrop

画面裁剪

Definition

typedef NS_ENUM(NSInteger, NIMNetCallVideoCrop ) {
   NIMNetCallVideoCrop16x9 = 0,
   NIMNetCallVideoCrop4x3 = 1,
   NIMNetCallVideoCrop1x1 = 2,
   NIMNetCallVideoCropNoCrop = 3,
};

Constants

NIMNetCallVideoCrop16x9

16:9 裁剪

Declared In NIMAVChatDefs.h.

NIMNetCallVideoCrop4x3

4:3 裁剪

Declared In NIMAVChatDefs.h.

NIMNetCallVideoCrop1x1

1:1 裁剪

Declared In NIMAVChatDefs.h.

NIMNetCallVideoCropNoCrop

不裁剪

Declared In NIMAVChatDefs.h.

Declared In

NIMAVChatDefs.h