MillicastSDK 2.0.0
|
The MCVideoFrameImpl interface provides capabilities for handling and processing video frame data. More...
#import <Private+Renderer.h>
Instance Methods | |
(instancetype) | - initWithCppFrame: |
Initializes a new instance of MCVideoFrameImpl with the provided C++ video frame object. | |
Instance Methods inherited from <MCVideoFrame> | |
(int) | - width |
(int) | - height |
(MCVideoType) | - frameType |
(uint32_t) | - sizeRgb |
(uint32_t) | - sizeI420 |
(uint32_t) | - sizeI444 |
(void) | - getRgbBuffer: |
(void) | - getI420Buffer: |
(void) | - getI444Buffer: |
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.