OOPlaybackSpeedProtocol.h
1 //
2 // OOPlaybackSpeedProtocol.h
3 // OoyalaSDK
4 //
5 // Copyright © 2018 Brightcove, Inc. All rights reserved.
6 //
7 
8 #import <Foundation/Foundation.h>
9 
10 @protocol OOPlaybackSpeedProtocol <NSObject>
11 
12 
18 @property (nonatomic, readonly) Float64 selectedPlaybackSpeedRate;
19 
38 @property (nonatomic, readonly, getter=isPlaybackSpeedEnabled) BOOL playbackSpeedEnabled;
39 
45 - (void)changePlaybackSpeedRate:(Float64)playbackSpeedRate;
46 
47 @end