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: 9.3   9.4   9.5   10.0   10.1   10.2   10.3   10.4   10.5   10.6    Statistic    FMM    Blog  

AVPlayer.GetTime

Queries current time in seconds.

Component Version macOS Windows Linux Server FileMaker iOS SDK
AVPlayer 7.1 Yes No No No Yes
MBS( "AVPlayer.GetTime"; AVPlayer )   More

Parameters

Parameter Description Example
AVPlayer The reference number of the player. $Player

Result

Returns value or error.

Description

Queries current time in seconds.

Examples

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 ) ]

See also

Example Databases

Created 3th February 2017, last changed 30th May 2017


AVPlayer.GetTag   -   AVPlayer.GetVisible

Feedback: Report problem or ask question.




Links
MBS Xojo PDF Plugins

Start Chat