JWAirPlayStatus

@objc
public enum JWAirPlayStatus : Int

The status of the player’s AirPlay connection

  • The player is connected to an AirPlay device.

    Declaration

    Swift

    case connected
  • The player isn’t connected to any AirPlay devices.

    Declaration

    Swift

    case disconnected