|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#import <RTCMTLNV12Renderer.h>
Instance Methods | |
| (void) | - drawFrame: |
| (BOOL) | - addRenderingDestination: |
| (void) | - drawFrame: |
| (BOOL) | - addRenderingDestination: |
Protocol defining ability to render RTCVideoFrame in Metal enabled views.
| - (BOOL RTCMTLRenderer) addRenderingDestination: | (__kindof UIView *) | view |
Sets the provided view as rendering destination if possible.
If not possible method returns NO and callers of the method are responisble for performing cleanups.
| - (BOOL RTCMTLRenderer) addRenderingDestination: | (__kindof UIView *) | view |
Sets the provided view as rendering destination if possible.
If not possible method returns NO and callers of the method are responisble for performing cleanups.
| - (void RTCMTLRenderer) drawFrame: | (RTCVideoFrame *) | frame |
Method to be implemented to perform actual rendering of the provided frame.
| frame | The frame to be rendered. |
| - (void RTCMTLRenderer) drawFrame: | (RTCVideoFrame *) | frame |
Method to be implemented to perform actual rendering of the provided frame.
| frame | The frame to be rendered. |
1.8.13