MillicastSDK 2.0.0
|
Protocol that allows subscribing to callbacks that inform about rendering video frame size changes. More...
#import <accelerated_video_renderer.h>
Instance Methods | |
(void) | - didChangeVideoSize: |
Protocol that allows subscribing to callbacks that inform about rendering video frame size changes.
- (void) didChangeVideoSize: | (CGSize) | size |
Called when the size of the rendered video changes, providing the new size as a CGSize parameter.