summaryrefslogtreecommitdiff
path: root/SmartDeviceLinkTests/TestStreamingMediaDelegate.h
blob: 0ead3e03e32090abd2b9d000dff0d0a70474fa41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
//
//  TestStreamingMediaDelegate.h
//  SmartDeviceLinkTests
//
//  Created by Leonid Lokhmatov on 8/24/20.
//  Copyright © 2018 Luxoft. All rights reserved
//

#import <Foundation/Foundation.h>
#import "SDLStreamingVideoDelegate.h"

NS_ASSUME_NONNULL_BEGIN

@interface TestStreamingMediaDelegate : NSObject <SDLStreamingVideoDelegate>
@property (nonatomic, readonly) NSArray *recordedSizes;
@property (nonatomic, assign) BOOL isStopped;
- (void)reset;
@end

NS_ASSUME_NONNULL_END