kingslay / KSPlayer

A video player for iOS、macOS、tvOS、visionOS , based on AVPlayer and FFmpeg, support the horizontal, vertical screen. support adjust volume, brightness and seek by slide, SwiftUI, support subtitles.

Home Page:https://apps.apple.com/app/tracyplayer/id6450770064

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compilation warning in AudioEnginePlayer.swift

nightfall708 opened this issue · comments

Can we get rid of this warning?

Capture of 'self' with non-sendable type 'AudioEnginePlayer?' in a @sendable closure

in self?.play()

Thanks!