GetAudioVolume

Syntax

Delphi

function GetAudioVolume: Integer;

C++Builder

int __fastcall GetAudioVolume();

Description

The GetAudioVolume function returns the current playback volume for all Flash sounds. The return value is an integer in the range 0–100, where: 0 means all audio is muted, 100 means maximum volume.

Use together with SetAudioVolume to adjust and query the current audio level.