State public enum State : Int The state of a Player. Closed No file is opened for playing. Declaration Swift case Closed = 0 Paused The player is paused. Declaration Swift case Paused = 1 Playing The player is playing. Declaration Swift case Playing = 2 © 2024 . All rights reserved. (Last updated: 2024-06-17) Generated by jazzy ♪♫ v0.14.3, a Realm project.