NuvioStreaming/MPVKit/Demo/Demo-macOS/Demo-macOS/Player/MPVPlayerDelegate.swift
2026-04-18 11:07:21 +05:30

6 lines
157 B
Swift

import Foundation
@MainActor
public protocol MPVPlayerDelegate: AnyObject {
func propertyChange(mpv: OpaquePointer, propertyName: String, data: Any?)
}