iOS SDK API Reference
Loading...
Searching...
No Matches
MobileRTCVideoView.h
Go to the documentation of this file.
1//
2// MobileRTCVideoView.h
3// MobileRTC
4//
5// Created by Robust on 2017/11/15.
6// Copyright © 2019年 Zoom Video Communications, Inc. All rights reserved.
7//
8
9#import <UIKit/UIKit.h>
10
14typedef enum {
24
29@interface MobileRTCVideoView : UIView
30
35- (NSInteger)getUserID;
36
41- (BOOL)showAttendeeVideoWithUserID:(NSUInteger)userID;
42
46- (void)stopAttendeeVideo;
47
51- (void)setVideoAspect:(MobileRTCVideoAspect)aspect;
52
53@end
54
61
62@end
63
69
70@end
71
77
82- (void)showActiveShareWithUserID:(NSUInteger)userID;
83
87- (void)stopActiveShare;
88
93- (void)changeShareScaleWithUserID:(NSUInteger)userID;
94
95@end
MobileRTCVideoAspect
MobileRTCVideoAspect An Enum which provide video aspect.
@ MobileRTCVideoAspect_Full_Filled
Full Filled.
@ MobileRTCVideoAspect_LetterBox
Letter Box.
@ MobileRTCVideoAspect_Original
Original.
@ MobileRTCVideoAspect_PanAndScan
Pan And Scan.
MobileRTCActiveShareView is designed for Render Share Content.
MobileRTCActiveVideoView is designed for Render Active Video.
MobileRTCPreviewVideoView is designed for Preview Self Video.
MobileRTCVideoView is designed for Render Attendee Video.
void stopAttendeeVideo()
Designated for Stop Render.
NSInteger getUserID()
Designated for get rendering user's ID.