APSHandleSeekEvent
Objective-C
enum APSHandleSeekEvent {}
                Swift
enum APSHandleSeekEvent : Int
                Specifies how the unit should handle seeking through multiple ad breaks.
- 
                  
                  
This will only trigger the first ad break.
Declaration
Objective-C
APSHandleSeekEventPlayFirstBreakSwift
case playFirstBreak = 0 - 
                  
                  
This will only trigger the last ad break.
Declaration
Objective-C
APSHandleSeekEventPlayLastBreakSwift
case playLastBreak = 1 - 
                  
                  
This will trigger all ad breaks.
Declaration
Objective-C
APSHandleSeekEventPlayAllBreaksSwift
case playAllBreaks = 2 
      APSHandleSeekEvent Enumeration Reference