UZPlayerState

public enum UZPlayerState : Int

Player status enum

  • Not set url yet

    Declaration

    Swift

    case notSetURL
  • Player ready to play

    Declaration

    Swift

    case readyToPlay
  • Player buffering

    Declaration

    Swift

    case buffering
  • Buffer finished

    Declaration

    Swift

    case bufferFinished
  • Played to the End

    Declaration

    Swift

    case playedToTheEnd
  • Error with playing

    Declaration

    Swift

    case error