Aide:Beep.txt

De Wiki AutoIt Français
Aller à : navigation, rechercher

Document original V3.3.6.1 :

###Function###
Beep

###Description###
Plays back a beep to the user.

###Syntax###
Beep ( [ Frequency [, Duration ]] )

###Parameters###
@@ParamTable@@
Frequency
	[optional] The frequency of the beep in hertz. Can be anywhere from 37 through 32,767 (0x25 through 0x7FFF). Default is 500 Hz.
Duration
	[optional] The length of the beep in milliseconds. Default = 1000 ms.
@@End@@


###ReturnValue###
Always returns 1 regardless of success.


###Remarks###
None.


###Related###
SoundPlay


###Example###
@@IncludeExample@@


Document traduit V3.3.6.1 :

###Function###
Beep

###Description###
Reproduit un bip sonore à l'utilisateur.


###Syntax###
Beep ( [ Frequency [, Duration ]] )


###Parameters###
@@ParamTable@@
Frequency
	[optionnel] La fréquence du bip en hertz. Peut être compris entre 37 et 32767 (0x25 et 0x7FFF). La valeur par défaut est 500 Hz.
Duration
	[optionnel] La longueur du bip en millisecondes. Par défaut = 1000 ms.
@@End@@


###ReturnValue###
Retourne toujours 1 sans se fier au succès ou à l'échec.


###Remarks###
Aucune. 


###Related###
<a href="SoundPlay.htm">SoundPlay</a>


###Example###
@@IncludeExample@@


Traducteur : timmalos

Contributeurs (pour les modifications avant le Wiki) : jbnh, Tlem