×
No results found.
Ooyala Mobile SDK for tvOS v4.44.0
🔎
Main Page
Modules
Classes
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
Send Feedback