Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
13.4
13.5
Statistic
FMM
Blog
Finds all players in current window.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
AVPlayer | 7.3 | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |
none
Returns list of identifiers or error.
Query time of container playing container on iOS:
# find players
Set Variable [$list; MBS( "AVPlayer.FindPlayers" ) ]
# pick first one
Set Variable [$player; GetValue($list; 1) ]
# query time
Set Variable [$time; MBS( "AVPlayer.GetTime"; AVPlayer ) ]
This function is free to use.
Created 30th May 2017, last changed 19th March 2021