IMAContentPlayhead.h
1 //
2 // IMAContentPlayhead.h
3 // GoogleIMA3
4 //
5 // Copyright (c) 2013 Google Inc. All rights reserved.
6 //
7 // Defines protocol for wrapping content playhead used in content tracking.
8 
9 #import <Foundation/Foundation.h>
10 
14 extern NSString *const kIMAPropertyCurrentTime;
15 
26 
31 @property(nonatomic, readonly) NSTimeInterval currentTime;
32 
33 @end
Defines an interface for a class that tracks video content progress and exposes a key value observabl...
Definition: IMAContentPlayhead.h:25
NSTimeInterval currentTime
Reflects the current playback time in seconds for the content.
Definition: IMAContentPlayhead.h:31