MoviePlayer.Speaker
From Xojo Documentation
This item was deprecated in version 2019r2. Please use MoviePlayer.HasVolumeControl as a replacement. |
Property (As Boolean )
aMoviePlayer.Speaker = newBooleanValue
or
BooleanValue = aMoviePlayer.Speaker
Supported for all project types and targets.
or
BooleanValue = aMoviePlayer.Speaker
Supported for all project types and targets.
Displays the speaker volume control.
Notes
When set in code, Speaker takes effect the next time the MoviePlayer control is assigned a movie.
Example
The following example turns off the speaker volume control before assigning a movie to the player.