SDLStreamingVideoDelegate Protocol Reference

Section Contents

Overview

A delegate method about changes to streaming video for streaming video apps

-videoStreamingSizeDidUpdate:

Callback notifying of a size update for the video streaming window on the module UI

Objective-C

- (void)videoStreamingSizeDidUpdate:(CGSize)displaySize;

Swift

func videoStreamingSizeDidUpdate(_ displaySize: CGSize)

Parameters

displaySize

The new size of the video streaming window on the module