IVSCue
Objective-C
@interface IVSCue : NSObject
                Swift
class IVSCue : NSObject
                Abstract base class for timed cues.
- 
                  
                  
Unavailable
Do not create instances of this class directly
Declaration
Objective-C
IVS_INIT_UNAVAILABLE - 
                  
                  
Unavailable
Do not create instances of this class directly
Declaration
Objective-C
IVS_INIT_UNAVAILABLE - 
                  
                  
Type of cue.
Declaration
Objective-C
@property (nonatomic, readonly) IVSCueType _Nonnull type;Swift
var type: IVSCue.CueType { get } - 
                  
                  
Start time of the cue.
Declaration
Objective-C
@property (nonatomic, readonly) CMTime startTime;Swift
var startTime: CMTime { get } - 
                  
                  
End time of the cue.
Declaration
Objective-C
@property (nonatomic, readonly) CMTime endTime;Swift
var endTime: CMTime { get }