MillicastSDK 2.2.0
Loading...
Searching...
No Matches
MCVideoFrameImpl Class Reference

The MCVideoFrameImpl interface provides capabilities for handling and processing video frame data. More...

#include <Private+Renderer.h>

Inheritance diagram for MCVideoFrameImpl:
Collaboration diagram for MCVideoFrameImpl:

Instance Methods

(instancetype) - initWithCppFrame:
 Initializes a new instance of MCVideoFrameImpl with the provided C++ video frame object.
 

Properties

const millicast::VideoFramecppFrame
 The underlying C++ video frame object encapsulated by the MCVideoFrameImpl interface.
 

Detailed Description

The MCVideoFrameImpl interface provides capabilities for handling and processing video frame data.

Method Documentation

◆ initWithCppFrame:

- (instancetype) initWithCppFrame: (const millicast::VideoFrame *) frame

Initializes a new instance of MCVideoFrameImpl with the provided C++ video frame object.

Property Documentation

◆ cppFrame

- (const VideoFrame*) MCVideoFrameImpl:
readwriteatomic

The underlying C++ video frame object encapsulated by the MCVideoFrameImpl interface.


The documentation for this class was generated from the following file: