BCOVMutableCuePoint Protocol Reference
Conforms to | BCOVCuePoint |
---|---|
Declared in | BCOVCuePoint.h |
position
required method
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