UnstallingBehaviour

@objc(BMPUnstallingBehaviour)
public enum UnstallingBehaviour : UInt

Undocumented

  • The player will wait until the buffer is filled that it can, most likely, ensure continuous playback without another stalling right after playback continued.

    Declaration

    Swift

    case relaxed = 0
  • The player will try to unstall as soon as some media data became available and will start playback of this media immediately.

    Declaration

    Swift

    case aggressive = 1