JWBufferReason

@objc
public enum JWBufferReason : Int
extension JWBufferReason: CustomStringConvertible

Reasons why the player buffers.

  • The player is buffering expectedly as it tries to play after an action (e.g. scrubbing or a play attempt).

    Declaration

    Swift

    case loading
  • The player is buffering unexpectedly as it waits to continue playing.

    Declaration

    Swift

    case stalled
  • The player is buffering but the cause is unknown.

    Declaration

    Swift

    case unknown

Player Event Delegates

  • Declaration

    Swift

    public var description: String { get }