ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Mobile specific functions / Phone functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Retrieves the current setting of the volume for a sound source.
Remark: This function can be used in the emulator.
Example
nVolume is int = VolumeGet(volumeRing)
Syntax
<Result> = VolumeGet([<Source> [, <Options>]])
<Result>: Integer
  • Value of the volume for the specified source,
  • -1 if an error occurred. In this case, the ErrorOccurred variable is set to True. To get more details on the error, use ErrorInfo.
<Source>: Optional Integer constant
Sound source to use.
volumeAlarmVolume of the alarme.
volumeCallVolume of calls.
volumeDefaultVolume of default source. This source depends on the phone configuration.
volumeMusicVolume used when playing an audio or video file.
volumeNotificationVolume of the sound emitted during a new notification.
volumeRing
(Default value)
Volume of phone ring.
volumeSystemVolume of system sounds.
<Options>: Optional Integer constant
Type of volume to retrieve:
volumeCurrent
(Default value)
Current volume of specified source. This volume is included between 0 and the maximum value for the volume of the source.
volumeCurrentPercentageCurrent volume of specified source, expressed in percentage of its maximum value. This volume is included between 0 and 100.
volumeMaxMaximum volume of specified source.
Remarks
  • To modify the setting of the volume for a sound source, use VolumeModify.
  • To modify the sound source associated with the physical button used to set the volume of the device, call VolumePhysicalButton.
Related Examples:
WM System Cross-platform examples (WINDEV Mobile): WM System
[ + ] This application is an example of some of the features of WINDEV Mobile available for Android/iOS.
The following system functions are used:
- NFC
- Multimedia control
- Brightness
- Volume
- Wi-Fi
- Bluetooth
- Toast
- Compass
- Accelerometer
- Camera control
- LED
- Vibration
- Notifications
- Drawing functions
- Internet
Component: wd290android.jar
Minimum version required
  • Version 17
Comments
Click [Add] to post a comment

Last update: 06/22/2023

Send a report | Local help