UnstallingBehaviour
@objc(BMPUnstallingBehaviour)
public enum UnstallingBehaviour : UIntSpecifies the player behaviour when stalling should be exited.
- 
                  
                  The player will wait until the buffer is filled that it can, most likely, ensure continuous playback without another stalling right after playback continued. DeclarationSwift 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. DeclarationSwift case aggressive = 1
 UnstallingBehaviour Enumeration Reference
      UnstallingBehaviour Enumeration Reference