<IMAAdPlaybackInfo> Protocol Reference

Groups various properties of the ad player. More...

#import <IMAAdPlaybackInfo.h>

+ Inheritance diagram for <IMAAdPlaybackInfo>:

Properties

NSTimeInterval currentMediaTime
 The current media time of the ad, or 0 if no ad loaded. More...
 
NSTimeInterval totalMediaTime
 The total media time of the ad, or 0 if no ad loaded. More...
 
NSTimeInterval bufferedMediaTime
 The buffered media time of the ad, or 0 if no ad loaded. More...
 
BOOL playing
 Whether or not the ad is currently playing. More...
 

Detailed Description

Groups various properties of the ad player.

Property Documentation

- (NSTimeInterval) bufferedMediaTime
readnonatomicassign

The buffered media time of the ad, or 0 if no ad loaded.

- (NSTimeInterval) currentMediaTime
readnonatomicassign

The current media time of the ad, or 0 if no ad loaded.

- (BOOL) playing
readnonatomicassign

Whether or not the ad is currently playing.

- (NSTimeInterval) totalMediaTime
readnonatomicassign

The total media time of the ad, or 0 if no ad loaded.


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