NIMQChatVideoRotationType Constants Reference
| Declared in | NIMQChatMediaDefs.h |
|---|
NIMQChatVideoRotationType
Definition
typedef NS_ENUM(NSUInteger, NIMQChatVideoRotationType ) {
NIMQChatVideoRotationTypeRotation_0 = 0,
NIMQChatVideoRotationTypeRotation_90 = 90,
NIMQChatVideoRotationTypeRotation_180 = 180,
NIMQChatVideoRotationTypeRotation_270 = 270,
};
Constants
NIMQChatVideoRotationTypeRotation_0-
不旋转
Declared In
NIMQChatMediaDefs.h. NIMQChatVideoRotationTypeRotation_90-
旋转90度
Declared In
NIMQChatMediaDefs.h. NIMQChatVideoRotationTypeRotation_180-
旋转180度
Declared In
NIMQChatMediaDefs.h. NIMQChatVideoRotationTypeRotation_270-
旋转270度
Declared In
NIMQChatMediaDefs.h.