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
12@interface MobileRTCRenderer : NSObject
13
17@property (nonatomic, assign, readonly) NSUInteger userId;
18
22@property (nonatomic, assign, readonly) MobileRTCVideoType videoType;
23
27@property (nonatomic, assign, readonly) MobileRTCVideoResolution resolution;
28
34- (instancetype _Nonnull)initWithDelegate:(id<MobileRTCVideoRawDataDelegate>_Nonnull) delegate;
35
40- (MobileRTCRawDataError)setRawDataResolution:(MobileRTCVideoResolution)resolution;
41
48- (MobileRTCRawDataError)subscribe:(NSUInteger)userId videoType:(MobileRTCVideoType)type;
49
55
56@end
57
MobileRTCVideoType
MobileRTCVideoResolution
Enumeration of video resolution options.
MobileRTCRawDataError
Enumeration of raw data.
MobileRTCVideoResolution resolution
MobileRTCRenderer's video resolution.
MobileRTCVideoType videoType
MobileRTCRenderer's video type.
NSUInteger userId
MobileRTCRenderer's user ID.
MobileRTCRawDataError unSubscribe()
Call the function to unsubscribe from raw video data.