Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCRenderer.h
Go to the documentation of this file.
1//
2// MobileRTCRenderer.h
3// MobileRTC
4//
5// Created by Zoom Communications on 2019/8/6.
6// Copyright © Zoom Communications, Inc. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
10#import <MobileRTC/MobileRTCMeetingDelegate.h>
11
15@interface MobileRTCRenderer : NSObject
16
20@property (nonatomic, assign, readonly) NSUInteger userId;
21
25@property (nonatomic, assign, readonly) MobileRTCVideoType videoType;
26
30@property (nonatomic, assign, readonly) MobileRTCVideoResolution resolution;
31
37- (instancetype _Nonnull)initWithDelegate:(id<MobileRTCVideoRawDataDelegate>_Nonnull) delegate;
38
43- (MobileRTCRawDataError)setRawDataResolution:(MobileRTCVideoResolution)resolution;
44
51- (MobileRTCRawDataError)subscribe:(NSUInteger)userId videoType:(MobileRTCVideoType)type;
52
58
59@end
60
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.