AdPlaybackPolicy
public struct AdPlaybackPolicy
Provides ad playback policy rules.
-
One of
PlaybackFastForwardRulerules. Defaults toTRICK_FW_PLAY_LASTrule.Declaration
Swift
public let fastForwardRule: PlaybackFastForwardRule -
One of
PlaybackRewindRulerules. Defaults toTRICK_RW_SKIP_ALLrule.Declaration
Swift
public let rewindRule: PlaybackRewindRule -
One of
PlaybackInterruptedRulerules. Defaults toINTERRUPT_RESUMErule.Declaration
Swift
public let interruptRule: PlaybackInterruptedRule -
One of
PlaybackAutoSeekRulerules. Defaults toAUTO_SEEK_PLAY_PREROLLrule.Declaration
Swift
public let autoSeekRule: PlaybackAutoSeekRule -
One of [PlaybackRepeatedRule] rules. Defaults to
REPEAT_ALWAYS_PLAYrule.Declaration
Swift
public let repeatRule: PlaybackRepeatedRule -
Undocumented
Declaration
Swift
public init(fastForwardRule: PlaybackFastForwardRule = .TRICK_FW_PLAY_LAST, rewindRule: PlaybackRewindRule = .TRICK_RW_SKIP_ALL, interruptRule: PlaybackInterruptedRule = .INTERRUPT_RESUME, autoSeekRule: PlaybackAutoSeekRule = .AUTO_SEEK_PLAY_PREROLL, repeatRule: PlaybackRepeatedRule = .REPEAT_ALWAYS_PLAY)