BCOVCuePointProgressPolicy Class Reference
Inherits from | NSObject |
---|---|
Declared in | BCOVCuePointProgressPolicy.h |
Overview
This policy provides clients of BCOVPlayerSDK with the means of specifying the behavior of code that acts in response to cue point events. The most common application for this is in creating ad policies: the playhead reaches a cue point that indicates an ad should be shown, and an instance of this policy is provided by the client code to specify how the player should behave, with respect to:
- Which cue points should be processed by the code consulting the policy.
- The time (playhead position) at which playback should resume once the cue
points have been processed. This is specified using one of the cue points
that was passed into the policy, or
nil
(which indicates that the content should resume from its current playhead position).