#import <RTCVideoRendererAdapter.h>
◆ initWithNativeRenderer:() [1/2]
- (instancetype) initWithNativeRenderer: |
|
(id< RTCVideoRenderer >) |
NS_DESIGNATED_INITIALIZER |
|
|
implementation |
◆ initWithNativeRenderer:() [2/2]
- (instancetype) initWithNativeRenderer: |
|
(id< RTCVideoRenderer >) |
NS_DESIGNATED_INITIALIZER |
|
|
implementation |
◆ NS_UNAVAILABLE() [1/2]
- (instancetype) NS_UNAVAILABLE |
|
|
|
◆ NS_UNAVAILABLE() [2/2]
- (instancetype) NS_UNAVAILABLE |
|
|
|
◆ nativeVideoRenderer
- (VideoSinkInterface<)webrtc: |
|
readnonatomicassignimplementation |
The native VideoSinkInterface surface exposed by this adapter. Calls made to this interface will be adapted and passed to the RTCVideoRenderer supplied during construction. This pointer is unsafe and owned by this class.
◆ videoRenderer
- (id<RTCVideoRenderer>) videoRenderer |
|
readnonatomicassignimplementation |
The Objective-C video renderer passed to this adapter during construction. Calls made to the webrtc::VideoRenderInterface will be adapted and passed to this video renderer.
The documentation for this class was generated from the following file: