OOPlaybackSpeedSelectionProtocol.h
1 //
2 // OOPlaybackSpeedSelectionProtocol.h
3 // OoyalaSDK
4 //
5 // Copyright © 2018 Brightcove, Inc. All rights reserved.
6 //
7 
8 #import <Foundation/Foundation.h>
9 
10 @protocol OOPlaybackSpeedSelectionProtocol <NSObject>
11 
17 - (void)changePlaybackSpeedRate:(Float64)playbackSpeedRate;
18 
19 @end