GetAudioEnabled
Syntax
Delphi
function GetAudioEnabled: Boolean;
C++Builder
bool __fastcall GetAudioEnabled(void);
Description
The GetAudioEnabled
function retrieves the current audio state of Flash movies played by the control.
It returns True
if sounds are enabled, or False
if sounds are muted.
See also: SetAudioEnabled to change the audio state.