A callback protocol for IMAStreamManager.
More...
#import <IMAStreamManager.h>
A callback protocol for IMAStreamManager.
| - (void) streamManager: |
|
(IMAStreamManager *) |
streamManager |
| adDidProgressToTime: |
|
(NSTimeInterval) |
time |
| adDuration: |
|
(NSTimeInterval) |
adDuration |
| adPosition: |
|
(NSInteger) |
adPosition |
| totalAds: |
|
(NSInteger) |
totalAds |
| adBreakDuration: |
|
(NSTimeInterval) |
adBreakDuration |
|
|
| |
Called when the ad is playing to give updates about ad progress.
- Parameters
-
| streamManager | the IMAStreamManager tracking ad playback |
| time | the current ad playback time in seconds |
| adDuration | the total duration of the current ad in seconds |
| adPosition | the ad position of the current ad in the current ad break |
| totalAds | the total number of ads in the current ad break |
| adBreakDuration | the total duration of the current ad break in seconds |
The documentation for this protocol was generated from the following file: