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

    APSMediaControlsDisplayBottom

    Swift

    case bottom = 0
  • The controls bar should be displayed at the top of the player surface.

    Declaration

    Objective-C

    APSMediaControlsDisplayTop

    Swift

    case top = 1
  • The controls bar should not be displayed for this unit.

    Declaration

    Objective-C

    APSMediaControlsDisplayNone

    Swift

    case none = 2