JWBufferReason

@objc
public enum JWBufferReason : Int

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