OOIMAPlayheadDelegate.h
1 //
2 // OOIMAPlayheadDelegate.h
3 // OoyalaIMASDK
4 //
5 // Copyright © 2018 Brightcove, Inc. All rights reserved.
6 //
7 
8 @import GoogleInteractiveMediaAds;
9 
10 NS_ASSUME_NONNULL_BEGIN
11 
13 
17 @property (nonatomic, readwrite) NSTimeInterval currentTime;
18 
19 @end
20 
21 NS_ASSUME_NONNULL_END
NSTimeInterval currentTime
Rewrite the original property to "readwrite" in order to modify it.
Definition: OOIMAPlayheadDelegate.h:17
Definition: OOIMAPlayheadDelegate.h:12
Defines an interface for a class that tracks video content progress and exposes a key value observabl...
Definition: IMAContentPlayhead.h:25