是否可以在 Swift 项目中使用 libVLC?

Is it possible to use libVLC in Swift project?

我正在 Swift 开发与多媒体相关的 iOS 应用程序。我想在我的项目中使用 libVLC 库。是否可以在 Swift 项目中使用 libVLC?如果是,如何?

LibVLC has an Objective-C binding called VLCKit。您可以像使用任何其他 Objective-C 库一样使用它。

There are tons of resources on using Objective-C in Swift