AdVideoProperties

public protocol AdVideoProperties

Represents ad video properties which the verification provider might require.

  • The duration of the ad video, in milliseconds.

    Declaration

    Swift

    var adDurationMs: TimeInterval { get }
  • The audio volume of the ad video. The range varies from 0 to 1.0 where 0 being the silence (volume muted).

    Declaration

    Swift

    var adAudioVolume: Float { get }