Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCRenderer.h
Go to the documentation of this file.
1
6#import <Foundation/Foundation.h>
7#import <MobileRTC/MobileRTCMeetingDelegate.h>
8
13@interface MobileRTCRenderer : NSObject
14
18@property (nonatomic, assign, readonly) NSUInteger userId;
19
23@property (nonatomic, assign, readonly) MobileRTCVideoType videoType;
24
28@property (nonatomic, assign, readonly) MobileRTCVideoResolution resolution;
29
35- (instancetype _Nonnull)initWithDelegate:(id<MobileRTCVideoRawDataDelegate>_Nonnull) delegate;
36
42- (MobileRTCRawDataError)setRawDataResolution:(MobileRTCVideoResolution)resolution;
43
52- (MobileRTCRawDataError)subscribe:(NSUInteger)userId videoType:(MobileRTCVideoType)type;
53
59
60@end
61
MobileRTCVideoType
Enumeration of video types.
MobileRTCVideoResolution
Enumeration of the video resolution options.
MobileRTCRawDataError
Enumeration of the raw data.
A class for rendering video raw data.
MobileRTCVideoResolution resolution
The video resolution.
MobileRTCVideoType videoType
The video type.
NSUInteger userId
The user ID.
MobileRTCRawDataError unSubscribe()
Unsubscribes from raw video data.