AdCuePointEvent

public protocol AdCuePointEvent : StreamTimelineMetadata

AdCuePointEvent stores all the information about cue points received from the server (ads, track information, etc.)

  • Undocumented

    Declaration

    Swift

    var adID: String? { get }
  • Undocumented

    Declaration

    Swift

    var adTitle: String { get }
  • Undocumented

    Declaration

    Swift

    var adDurationMs: Double { get }
  • cue point embedded VAST document

    Declaration

    Swift

    var vastInline: String? { get }
  • URL to VAST document that require download

    Declaration

    Swift

    var vastRemote: String? { get }