iOS SDK API 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 } |
MobileRTCVideoAspect An Enum which provide video aspect. More... | |
enum MobileRTCVideoAspect |
MobileRTCVideoAspect An Enum which provide video aspect.
Enumerator | |
---|---|
MobileRTCVideoAspect_Original | Original. |
MobileRTCVideoAspect_Full_Filled | Full Filled. |
MobileRTCVideoAspect_LetterBox | Letter Box. |
MobileRTCVideoAspect_PanAndScan | Pan And Scan. |
Definition at line 14 of file MobileRTCVideoView.h.