summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/public/SDLStreamingVideoDelegate.h
blob: fc9284c33c8810ecc9892f907c498e4bb58959cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//
//  SDLStreamingVideoDelegate.h
//  SmartDeviceLink
//
//  Created on 6/11/20.
//

#import <CoreGraphics/CGGeometry.h>

NS_ASSUME_NONNULL_BEGIN

@protocol SDLStreamingVideoDelegate <NSObject>

- (void)videoStreamingSizeDidUpdate:(CGSize)displaySize NS_SWIFT_NAME(videoStreamingSizeDidUpdate(toSize:));

@end

NS_ASSUME_NONNULL_END