APSMediaControlsDisplay
Objective-C
enum APSMediaControlsDisplay {}
                Swift
enum APSMediaControlsDisplay : Int
                Specifies how the controls bar should be displayed for a media unit.
- 
                  
                  
The controls bar should be displayed at the bottom of the player surface.
Declaration
Objective-C
APSMediaControlsDisplayBottomSwift
case bottom = 0 - 
                  
                  
The controls bar should be displayed at the top of the player surface.
Declaration
Objective-C
APSMediaControlsDisplayTopSwift
case top = 1 - 
                  
                  
The controls bar should not be displayed for this unit.
Declaration
Objective-C
APSMediaControlsDisplayNoneSwift
case none = 2 
      APSMediaControlsDisplay Enumeration Reference