Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
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