BCOVProgressPolicyCuePointsToProcess Constants Reference
| Declared in | BCOVCuePointProgressPolicy.h | 
|---|
BCOVProgressPolicyCuePointsToProcess
Enumeration to specify which cue points should be processed by a consumer of a cue point progress policy.
Definition
typedef NS_ENUM(NSInteger, BCOVProgressPolicyCuePointsToProcess ) {
                            
                               BCOVProgressPolicyProcessAllCuePoints,
                            
                               BCOVProgressPolicyProcessFinalCuePoint,
                            
                               BCOVProgressPolicyProcessFirstCuePoint,
                            
                            };
                    
                    Constants
BCOVProgressPolicyProcessAllCuePoints- 
Configures the cue point progress policy to process all cue points in the range traversed by the progress event. 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 process all three cue points.
Declared In
BCOVCuePointProgressPolicy.h. BCOVProgressPolicyProcessFinalCuePoint- 
Configures the cue point progress policy to process only the final cue point in the range traversed by the progress event. 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 process only the cue point at 1:30.
Declared In
BCOVCuePointProgressPolicy.h. BCOVProgressPolicyProcessFirstCuePoint- 
Configures the cue point progress policy to process only the first cue point in the range traversed by the progress event. 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 process only the cue point at 0:30.
Declared In
BCOVCuePointProgressPolicy.h. 
Declared In
BCOVCuePointProgressPolicy.h