OOCuePointsView Class Reference

A view that renders the cue points of advertisements within a certain frame. More...

#import "OOCuePointsView.h"

+ Inheritance diagram for OOCuePointsView:

Instance Methods

(instancetype) - initWithFrame:
 Initialize an OOCuePointsView. More...
 
(instancetype) - initWithFrame:padding:durationDataSource:diameter:
 Initialize an OOCuePointsView. More...
 

Properties

NSSet * cuePointsAtSeconds
 The set of NSNumber cuepoints to render, in seconds. More...
 

Detailed Description

A view that renders the cue points of advertisements within a certain frame.

Method Documentation

- (instancetype) initWithFrame: ((unavailable))  __attribute__

Initialize an OOCuePointsView.

This constructor is not available. Please use initWithFrame:padding:durationDataSource:diameter instead

- (instancetype) initWithFrame: (CGRect)  frame
padding: (CGFloat)  padding
durationDataSource: (id< OOCuePointViewDurationDataSource >)  durationDataSource
diameter: (CGFloat)  diameter 

Initialize an OOCuePointsView.

Parameters
[in]framethe frame to render cue points in
[in]paddingsize of padding to be used on the left and right of the cue points
[in]durationDataSourcea class which can be queried for duration of the playing asset
[in]diameterthe diameter of the cue points to be rendered
Returns
an initialized OOCuePointsView, or nil

Property Documentation

- (NSSet*) cuePointsAtSeconds
readwritenonatomicassign

The set of NSNumber cuepoints to render, in seconds.


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