MillicastSDK 2.2.0
|
The MCVideoFrameImpl interface provides capabilities for handling and processing video frame data. More...
#include <Private+Renderer.h>
Instance Methods | |
(instancetype) | - initWithCppFrame: |
Initializes a new instance of MCVideoFrameImpl with the provided C++ video frame object. | |
Properties | |
const millicast::VideoFrame * | cppFrame |
The underlying C++ video frame object encapsulated by the MCVideoFrameImpl interface. | |
The MCVideoFrameImpl interface provides capabilities for handling and processing video frame data.
- (instancetype) initWithCppFrame: | (const millicast::VideoFrame *) | frame |
Initializes a new instance of MCVideoFrameImpl with the provided C++ video frame object.
|
readwriteatomic |
The underlying C++ video frame object encapsulated by the MCVideoFrameImpl interface.