FRadioPlayerState

@objc public enum FRadioPlayerState: Int

FRadioPlayerState is the Player status enum

  • URL not set

    Declaration

    Swift

    case urlNotSet
  • Player is ready to play

    Declaration

    Swift

    case readyToPlay
  • Player is loading

    Declaration

    Swift

    case loading
  • The loading has finished

    Declaration

    Swift

    case loadingFinished
  • Error with playing

    Declaration

    Swift

    case error
  • Return a readable description

    Declaration

    Swift

    public var description: String