NEPlayStreamingState

@objc
public enum NEPlayStreamingState : Int

拉流播放状态枚举

  • 未开始

    Declaration

    Swift

    case idle = 0
  • 播放中

    Declaration

    Swift

    case playing = 1
  • 暂停

    Declaration

    Swift

    case paused = 2
  • 重连中

    Declaration

    Swift

    case reconnecting = 3
  • 停止

    Declaration

    Swift

    case stopped = 4