IMAAVPlayerContentPlayhead.h
1 //
2 // IMAAVPlayerContentPlayhead.h
3 // GoogleIMA3
4 //
5 // Copyright (c) 2013 Google Inc. All rights reserved.
6 //
7 // Declares IMAAVPlayerContentPlayhead, a wrapper for tracking AVPlayer-based
8 // video players.
9 
10 #import <AVFoundation/AVFoundation.h>
11 
12 #import "IMAContentPlayhead.h"
13 
20 
24 @property(nonatomic, strong, readonly) AVPlayer *player;
25 
34 - (instancetype)initWithAVPlayer:(AVPlayer *)player;
35 
39 - (instancetype)init NS_UNAVAILABLE;
40 
41 @end
Defines an interface for a class that tracks video content progress and exposes a key value observabl...
Definition: IMAContentPlayhead.h:25
An implementation of IMAContentPlayhead for AVPlayer.
Definition: IMAAVPlayerContentPlayhead.h:19
AVPlayer * player
The player to track.
Definition: IMAAVPlayerContentPlayhead.h:24
instancetype NS_UNAVAILABLE()
:nodoc: