Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
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
- Version 10.5
- Added AVPlayer.GetShowsSubtitles and AVPlayer.SetShowsSubtitles function.
Blog Entries
FileMaker Magazin
This function checks for a license.
Created 24th September 2020, last changed 24th September 2020
