BCOVMutableCuePoint Protocol Reference

Conforms to BCOVCuePoint
Declared in BCOVCuePoint.h

Overview

Sub-protocol of BCOVCuePoint, used only in its -update method.

  position required method

The time at which the cue point occurs on the timeline of the BCOVVideo which owns it.

@property (nonatomic, readwrite, assign) CMTime position

Discussion

The time at which the cue point occurs on the timeline of the BCOVVideo which owns it.

Declared In

BCOVCuePoint.h

  type required method

An identifier for the kind of this cue point. There is no predetermined enumeration of values for this property. The value to use may be required by certain Brightcove Player SDK for iOS plugins, or it can be used for some other client-specific purpose. The core SDK does not use this value.

@property (nonatomic, readwrite, copy) NSString *type

Discussion

An identifier for the kind of this cue point. There is no predetermined enumeration of values for this property. The value to use may be required by certain Brightcove Player SDK for iOS plugins, or it can be used for some other client-specific purpose. The core SDK does not use this value.

Declared In

BCOVCuePoint.h

  properties required method

Additional properties of the cue point. The keys and values are unspecified, specific keys or values may be required by certain Brightcove Player SDK for iOS plugins, or it can be used for some other client-specific purpose. The core SDK does not use this value.

@property (nonatomic, readwrite, copy) NSDictionary *properties

Discussion

Additional properties of the cue point. The keys and values are unspecified, specific keys or values may be required by certain Brightcove Player SDK for iOS plugins, or it can be used for some other client-specific purpose. The core SDK does not use this value.

Declared In

BCOVCuePoint.h