LVRTCVideoProfile Constants Reference

Declared in LVRTCEngineDefines.h

LVRTCVideoProfile

视频编码参数

Definition

typedef NS_ENUM(NSInteger, LVRTCVideoProfile ) {
   LVRTCVideoProfile_180P = 0,
   LVRTCVideoProfile_270P = 1,
   LVRTCVideoProfile_360P = 2,
   LVRTCVideoProfile_480P = 3,
   LVRTCVideoProfile_540P = 4,
   LVRTCVideoProfile_720P = 5,
};

Constants

LVRTCVideoProfile_180P
    320x180   15   300

Declared In LVRTCEngineDefines.h.

LVRTCVideoProfile_270P
    480x270   15   500

Declared In LVRTCEngineDefines.h.

LVRTCVideoProfile_360P
    640x360   15   800

Declared In LVRTCEngineDefines.h.

LVRTCVideoProfile_480P
    640x480   15   1000

Declared In LVRTCEngineDefines.h.

LVRTCVideoProfile_540P
    960x540    15   1200

Declared In LVRTCEngineDefines.h.

LVRTCVideoProfile_720P
    1280x720  15   1800

Declared In LVRTCEngineDefines.h.

Declared In

LVRTCEngineDefines.h