Platforms to show: All Mac Windows Linux Cross-Platform
AVPlayerViewControllerControlMBS control New in 25.1
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
control | AVFoundation | MBS iOS Plugin | 25.1 | ❌ No | ❌ No | ❌ No | ✅ Yes | iOS only |
A player view controller makes it simple to add media playback capabilities to your app that match the styling and features of the native system players. Using this object also means that your app automatically adopts the new features and styling of future operating system releases.
see also
https://developer.apple.com/documentation/avkit/avplayerviewcontroller
Please do not confuse with AVPlayerViewControlMBS, which hosts a AVPlayerViewMBS.
- 14 events
- event Close
- event DidStartPictureInPicture
- event DidStopPictureInPicture
- event failedToStartPictureInPicture(error as NSErrorMBS)
- event GotFocus
- event LostFocus
- event Open
- event restoreUserInterfaceForFullScreenExit
- event RestoreUserInterfaceForPictureInPictureStop
- event ShouldAutomaticallyDismissAtPictureInPictureStart as Boolean
- event willBeginFullScreenPresentation
- event willEndFullScreenPresentation
- event WillStartPictureInPicture
- event WillStopPictureInPicture
- 2 properties
- property AVPlayerViewController as AVPlayerViewControllerMBS
- property View as NSViewMBS
Some examples using this control:
Blog Entries
Release notes
- Version 25.1
- Added AVPlayerViewControllerControlMBS control.
The items on this page are in the following plugins: MBS iOS Plugin.
AVCaptureViewControlMBS - AVPlayerViewControlMBS
