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.1   12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4    Statistic    FMM    Blog  

AVPlayer.SetShowsSubtitles

Seats whether subtitles should be shown.

Component Version macOS Windows Linux Server iOS SDK
AVPlayer 10.5 ✅ Yes ❌ No ❌ No ❌ No ❌ No
MBS( "AVPlayer.SetShowsSubtitles"; AVPlayer; Value )   More

Parameters

Parameter Description Example
AVPlayer The reference number of the player. $Player
Value The new setting.
1 to show subtitles (if there are some)
0 to hide them.

Result

Returns OK or error.

Description

Seats whether subtitles should be shown.
Set to 1 to enabled or 0 for no subtitles.

See also

Release notes

Blog Entries

This function checks for a license.

Created 24th September 2020, last changed 24th September 2020


AVPlayer.SetShowsFullScreenToggleButton - AVPlayer.SetTag

💬 Ask a question or report a problem