已经尝试的方法覆盖父类的鼠标滚轮方法
class MyAvPlayerView: AVPlayerView { override func scrollWheel(with event: NSEvent) { return } }