MillicastSDK 2.2.0
Loading...
Searching...
No Matches
<MCCMSampleBufferVideoRendererDelegate> Protocol Reference

Delegate for receiving raw video CMSampleBufferRef ready for rendering. More...

#include <cm_sample_buffer_renderer.h>

Instance Methods

(void) - didReceiveSampleBuffer:
 A delegate method that will receive CMSampleBufferRef that contain raw video ready for rendering.
 
(void) - didChangeSize:
 A delegate method that will be called when the size of the incoming video frames has changed.
 

Detailed Description

Delegate for receiving raw video CMSampleBufferRef ready for rendering.

Method Documentation

◆ didChangeSize:

- (void) didChangeSize: (CGSize) size

A delegate method that will be called when the size of the incoming video frames has changed.

  • Parameters:
    • size: The new video frame size.

◆ didReceiveSampleBuffer:

- (void) didReceiveSampleBuffer: (CMSampleBufferRef) buffer

A delegate method that will receive CMSampleBufferRef that contain raw video ready for rendering.

  • Parameters:
    • buffer: A reference to a CMSampleBuffer.

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