Inherits from NSObject
Declared in PTAdTimeline.h

Overview

PTAdTimeline class represents the timeline of breaks within the content

Tasks

Properties

  •   adBreaks

    Returns an array of ad breaks (PTAdBreak) associated with this timeline

    property
  •   adRanges

    Returns an array of CMTimeRange objects describing the start time of each ad appearing in the timeline

    property

Properties

adBreaks

Returns an array of ad breaks (PTAdBreak) associated with this timeline

@property (nonatomic, retain) NSMutableArray *adBreaks

Discussion

Returns an array of ad breaks (PTAdBreak) associated with this timeline

Declared In

PTAdTimeline.h

adRanges

Returns an array of CMTimeRange objects describing the start time of each ad appearing in the timeline

@property (nonatomic, readonly) NSArray *adRanges

Discussion

Returns an array of CMTimeRange objects describing the start time of each ad appearing in the timeline

Declared In

PTAdTimeline.h