JWControlType

@objc
public enum JWControlType : Int

Controls on the player’s interface

  • Button to fast-forward

    Declaration

    Swift

    case fastForwardButton
  • Button to rewind

    Declaration

    Swift

    case rewindButton
  • Button to enter picture in picture mode

    Declaration

    Swift

    case pictureInPictureButton
  • Button to control AirPlay

    Declaration

    Swift

    case airplayButton
  • Button to control Chromecast

    Declaration

    Swift

    case chromecastButton
  • Button to go to the next item

    Declaration

    Swift

    case nextButton
  • Button to go to the previous item

    Declaration

    Swift

    case previousButton
  • Button to open the settings menu

    Declaration

    Swift

    case settingsButton
  • Button to open the audio & subtitles menu

    Declaration

    Swift

    case languagesButton
  • Button to enter and exit fullscreen mode

    Declaration

    Swift

    case fullscreenButton