|
Meeting SDK for iOS API Reference
|
A class for rendering video raw data. More...
#include <MobileRTCRenderer.h>
Inherits NSObject.
Instance Methods | |
| (instancetype _Nonnull) | - initWithDelegate: |
| Initializes MobileRTCRenderer. | |
| (MobileRTCRawDataError) | - setRawDataResolution: |
| Sets the video resolution. | |
| (MobileRTCRawDataError) | - subscribe:videoType: |
| Subscribes to raw video data. | |
| (MobileRTCRawDataError) | - unSubscribe |
| Unsubscribes from raw video data. | |
Properties | |
| NSUInteger | userId |
| The user ID. | |
| MobileRTCVideoType | videoType |
| The video type. | |
| MobileRTCVideoResolution | resolution |
| The video resolution. | |
A class for rendering video raw data.
Definition at line 13 of file MobileRTCRenderer.h.
| - (instancetype _Nonnull) initWithDelegate: | (id< MobileRTCVideoRawDataDelegate >_Nonnull) | delegate |
Initializes MobileRTCRenderer.
| delegate | The delegate that receives callbacks. |
| - (MobileRTCRawDataError) setRawDataResolution: | (MobileRTCVideoResolution) | resolution |
Sets the video resolution.
| resolution | The video resolution. |
| - (MobileRTCRawDataError) subscribe: | (NSUInteger) | userId | |
| videoType: | (MobileRTCVideoType) | type |
Subscribes to raw video data.
| userId | The user ID. |
| type | The video type. |
| - (MobileRTCRawDataError) unSubscribe |
Unsubscribes from raw video data.
|
readnonatomicassign |
The video resolution.
Definition at line 28 of file MobileRTCRenderer.h.
|
readnonatomicassign |
The user ID.
Definition at line 18 of file MobileRTCRenderer.h.
|
readnonatomicassign |
The video type.
Definition at line 23 of file MobileRTCRenderer.h.