BCOVProgressPolicyResumePosition Constants Reference
Declared in | BCOVCuePointProgressPolicy.h |
---|
BCOVProgressPolicyResumePosition
Enumeration to specify where content playback should resume once cue points have been processed.
Definition
typedef NS_ENUM(NSInteger, BCOVProgressPolicyResumePosition ) {
BCOVProgressPolicyResumeFromContentPlayhead,
BCOVProgressPolicyResumeFromLastProcessedCuePoint,
};
Constants
BCOVProgressPolicyResumeFromContentPlayhead
-
Configures the cue point progress policy to resume from the current content playhead once all cue points have been processed. For example, if a seek occurs from 0:00 to 2:00, and there are three cue points with positions at 0:30, 1:00, and 1:30, the policy will instruct its caller to resume content playback at 2:00.
Declared In
BCOVCuePointProgressPolicy.h
. BCOVProgressPolicyResumeFromLastProcessedCuePoint
-
Configures the cue point progress policy to resume from the last processed cue point position, once all cue points have been processed. For example, if a seek occurs from 0:00 to 2:00, and there are three cue points with positions at 0:30, 1:00, and 1:30, the policy will instruct its caller to resume content playback at 1:31.
Declared In
BCOVCuePointProgressPolicy.h
.
Declared In
BCOVCuePointProgressPolicy.h