Cue
@objcMembers
@objc(BMPCue)
public class Cue : NSObject, NSCopyingDescribes a subtitle cue.
- 
                  
                  The start time of the cue in seconds DeclarationSwift public var startTime: TimeInterval
- 
                  
                  The end time of the cue in seconds DeclarationSwift public var endTime: TimeInterval
- 
                  
                  The cue text as HTML DeclarationSwift public var html: String?
- 
                  
                  The cue text DeclarationSwift public var text: String?
- 
                  
                  The cue image DeclarationSwift public var image: UIImage?
- 
                  
                  The position of the cue. Only relevant for CEA-captions, provides information about where the cue should be positioned on a grid of 15 character rows times 32 columns DeclarationSwift public var position: CuePosition?
- 
                  
                  The region of the cue DeclarationSwift public var region: String?
- 
                  
                  The region style of the cue DeclarationSwift public var regionStyle: String?
- 
                  
                  The vtt positioning properties for this cue DeclarationSwift public var vtt: VttProperties?
- 
                  
                  DeclarationSwift public init( startTime: TimeInterval, endTime: TimeInterval, html: String?, text: String?, image: UIImage?, position: CuePosition?, region: String?, regionStyle: String?, vttProperties: VttProperties? )ParametersstartTimeThe start time of the cue in seconds endTimeThe end time of the cue in seconds htmlThe cue text as HTML textThe cue text imageThe cue image positionThe position of the cue. Only relevant for CEA captions regionThe region of the cue regionStyleThe region style of the cue vttPropertiesThe vtt positioning properties for this cue Return ValueA new subtitle cue 
- 
                  
                  DeclarationSwift public convenience init( startTime: TimeInterval, endTime: TimeInterval, html: String?, text: String?, image: UIImage?, position: CuePosition?, region: String?, regionStyle: String? )
- 
                  
                  DeclarationSwift public convenience init( startTime: TimeInterval, endTime: TimeInterval, text: String )
- 
                  
                  DeclarationSwift public convenience init( startTime: TimeInterval, endTime: TimeInterval, text: String, vttProperties: VttProperties? )
- 
                  
                  DeclarationSwift public convenience init( startTime: TimeInterval, endTime: TimeInterval, html: String )
- 
                  
                  DeclarationSwift public convenience init( startTime: TimeInterval, endTime: TimeInterval, image: UIImage )
 Cue Class Reference
      Cue Class Reference