mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-19 08:22:00 +00:00
6 lines
157 B
Swift
6 lines
157 B
Swift
import Foundation
|
|
|
|
@MainActor
|
|
public protocol MPVPlayerDelegate: AnyObject {
|
|
func propertyChange(mpv: OpaquePointer, propertyName: String, data: Any?)
|
|
}
|