Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCVideoView.h File Reference
import <UIKit/UIKit.h>

Go to the source code of this file.

Classes

class  MobileRTCVideoView
 MobileRTCVideoView is designed for Render Attendee Video. More...
 
class  MobileRTCPreviewVideoView
 MobileRTCPreviewVideoView is designed for Preview Self Video. More...
 
class  MobileRTCActiveVideoView
 MobileRTCActiveVideoView is designed for Render Active Video. More...
 
class  MobileRTCActiveShareView
 MobileRTCActiveShareView is designed for Render Share Content. More...
 

Enumerations

enum  MobileRTCVideoAspect { MobileRTCVideoAspect_Original = 0 , MobileRTCVideoAspect_Full_Filled = 1 , MobileRTCVideoAspect_LetterBox = 2 , MobileRTCVideoAspect_PanAndScan = 3 }
 Enumeration of the video aspect ratio. More...
 

Enumeration Type Documentation

◆ MobileRTCVideoAspect

Enumeration of the video aspect ratio.

Enumerator
MobileRTCVideoAspect_Original 

Display the captured data without any cropping or scaling.

MobileRTCVideoAspect_Full_Filled 

Stretch both horizontally and vertically to fill the display (may cause distortion).

MobileRTCVideoAspect_LetterBox 

Add black bars to maintain aspect ratio (e.g., 16:9 content on a 4:3 display or vice versa).

MobileRTCVideoAspect_PanAndScan 

Crop the sides or top/bottom to fill the screen (e.g., cut sides for 16:9 on 4:3, or top/bottom for 4:3 on 16:9).

Definition at line 14 of file MobileRTCVideoView.h.

14 {
MobileRTCVideoAspect
Enumeration of the video aspect ratio.
@ MobileRTCVideoAspect_Full_Filled
@ MobileRTCVideoAspect_LetterBox
@ MobileRTCVideoAspect_Original
@ MobileRTCVideoAspect_PanAndScan