State public enum State : Int The state of a LinphonePlayer. 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 © 2021 . All rights reserved. (Last updated: 2021-07-20) Generated by jazzy ♪♫ v0.13.6, a Realm project.