Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
AVPlayer.GetVisible
Queries current visibility state.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
AVPlayer | 10.2 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
MBS( "AVPlayer.GetVisible"; AVPlayer ) More
Parameters
Parameter | Description | Example |
---|---|---|
AVPlayer | The reference number of the player. | $Player |
Result
Returns 1, 0 or error.
Description
Queries current visibility state.Returns 1 if visible and 0 if hidden.
Examples
Query visible state:
Set Variable [ $visible ; Value: MBS( "AVPlayer.GetVisible"; $AVPlayer ) ]
See also
This function checks for a license.
Created 12nd March 2020, last changed 19th April 2020