programming for macOS, (not iOS), using AVKit Player View which has transport controls built in... I want another part of the app to start a behavior when the user plays a video, and stop it when the user stops the video. How would I do that? I thought I could observe the status, but status turns out only to mean whether the video is loaded and ready to play, or not, very limited in what statuses are available. I looked through the delegate stuff... couldn't find anything.
It also seems like AV Player View is the only way to view a video in macOS, am I right about that? If I didn't use a AVKit Player View, what else would I drag into my view controller storyboard to play videos?
Thanks!
It also seems like AV Player View is the only way to view a video in macOS, am I right about that? If I didn't use a AVKit Player View, what else would I drag into my view controller storyboard to play videos?
Thanks!