Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCVideoView.h File Reference

Video view component for displaying and managing video content in meetings. More...

import <UIKit/UIKit.h>

Go to the source code of this file.

Classes

class  MobileRTCVideoView
 A view designed for rendering attendee video. More...
 
class  MobileRTCPreviewVideoView
 A view designed for previewing self video. More...
 
class  MobileRTCActiveVideoView
 A view designed for rendering active video. More...
 
class  MobileRTCActiveShareView
 A view designed for rendering 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...
 

Detailed Description

Video view component for displaying and managing video content in meetings.

Definition in file MobileRTCVideoView.h.

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 11 of file MobileRTCVideoView.h.

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