MillicastSDK 2.0.0
Loading...
Searching...
No Matches
Instance Methods | List of all members
<MCVideoRenderer> Protocol Reference

#import <renderer.h>

Inheritance diagram for <MCVideoRenderer>:
Inheritance graph
[legend]
Collaboration diagram for <MCVideoRenderer>:
Collaboration graph
[legend]

Instance Methods

(void) - didReceiveFrame:
 

Detailed Description

This protocol can be used to implement objects that receive video frames in your applications. Used in MCVideoTrack/addRenderer: to start receiving video frames from that video track.

Method Documentation

◆ didReceiveFrame:

- (void) didReceiveFrame: (id< MCVideoFrame >)  frame

This handler is called when a new video frame becomes available, either captured or received.

  • Parameters:
    • frame: A raw video frame.

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