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 300Declared In
LVRTCEngineDefines.h. LVRTCVideoProfile_270P- 
480x270 15 500Declared In
LVRTCEngineDefines.h. LVRTCVideoProfile_360P- 
640x360 15 800Declared In
LVRTCEngineDefines.h. LVRTCVideoProfile_480P- 
640x480 15 1000Declared In
LVRTCEngineDefines.h. LVRTCVideoProfile_540P- 
960x540 15 1200Declared In
LVRTCEngineDefines.h. LVRTCVideoProfile_720P- 
1280x720 15 1800Declared In
LVRTCEngineDefines.h. 
Declared In
LVRTCEngineDefines.h