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.SetVolume

Sets the volume.

Component Version macOS Windows Linux Server iOS SDK
AVPlayer 7.1 ✅ Yes ❌ No ❌ No ❌ No ✅ Yes
MBS( "AVPlayer.SetVolume"; AVPlayer; Volume )   More

Parameters

Parameter Description Example
AVPlayer The reference number of the player. $Player
Volume The new volume.
Zero is no volume like muted.
1.0

Result

Returns OK or error.

Description

Sets the volume.
Default is 1.0. You can for example set to 0.5 for half volume.

Examples

Sets volume:

Set Variable [$r; Value:MBS("AVPlayer.SetVolume"; $$Player; AVPlayer::Volume)]
Set Field [AVPlayer::Volume; MBS("AVPlayer.GetVolume"; $$Player)]

See also

Example Databases

This function checks for a license.

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


AVPlayer.SetVisible - AVRecorder.AddPreviewToWindow

💬 Ask a question or report a problem