VerizonMediaResponseVodAdBreakOffset

@available(*, deprecated, message: "This protocol will be removed with the next major release.")
public protocol VerizonMediaResponseVodAdBreakOffset

The offset of the Verizon Media ad break.

  • The index of the ad break in the ads.breaks array.

    Declaration

    Swift

    var index: Int { get }
  • The time offset of this ad break.

    Declaration

    Swift

    var timeOffset: Int { get }