SCPlacementType
enum SCPlacementType {}
                enum values for PlacementType macro
- 
                  
                  
In-stream. Played before, during or after the streaming video content that the consumer has requested (e.g., Pre-roll, Mid-roll, Post-roll).
Declaration
Objective-C
SCPlacementTypeInStream = 1 - 
                  
                  
In-article. Loads and plays dynamically between paragraphs of editorial content; existing as a standalone branded message. (outstream)
Declaration
Objective-C
SCPlacementTypeInArticle = 3 - 
                  
                  
Interstitial/Slider/Floating. Covers the entire or a portion of screen area, but is always on screen while displayed (i.e. cannot be scrolled out of view).
Declaration
Objective-C
SCPlacementTypeInterstitial = 5 
        SCPlacementType Enumeration Reference