<IMAContentPlayhead> Protocol Reference

Defines an interface for a class that tracks video content progress and exposes a key value observable property |currentTime|. More...

#import <IMAContentPlayhead.h>

+ Inheritance diagram for <IMAContentPlayhead>:

Properties

NSTimeInterval currentTime
 Reflects the current playback time in seconds for the content. More...
 

Detailed Description

Defines an interface for a class that tracks video content progress and exposes a key value observable property |currentTime|.

The SDK provides an implementation for tracking AVPlayer-based playback in the IMAAVPlayerContentPlayhead. Publishers can supply their own implementation by implementing this interface and this way support any other video playback implementation they might have.

Property Documentation

- (NSTimeInterval) currentTime
readnonatomicassign

Reflects the current playback time in seconds for the content.

The property is key value observable.


The documentation for this protocol was generated from the following file: