CueParsedEvent

@objcMembers
@objc(BMPCueParsedEvent)
open class CueParsedEvent : NSObject, CueEvent, SourceEvent

See PlayerListener for more information on this event.

  • Declaration

    Swift

    public let name: String
  • Declaration

    Swift

    public let timestamp: TimeInterval
  • Declaration

    Swift

    public var startTime: TimeInterval { get }
  • Declaration

    Swift

    public var endTime: TimeInterval { get }
  • Declaration

    Swift

    public var text: String? { get }
  • Declaration

    Swift

    public var html: String? { get }
  • Declaration

    Swift

    public var image: UIImage? { get }
  • Declaration

    Swift

    public var position: CuePosition? { get }
  • Declaration

    Swift

    public var region: String? { get }
  • Declaration

    Swift

    public var regionStyle: String? { get }
  • vtt

    Declaration

    Swift

    public var vtt: VttProperties? { get }