MediaCaptureInitializationSettings.AlwaysPlaySystemShutterSound Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une valeur indiquant si le système doit toujours lire un son d’obturation lorsqu’une photo est capturée.
public:
property bool AlwaysPlaySystemShutterSound { bool get(); void set(bool value); };
bool AlwaysPlaySystemShutterSound();
void AlwaysPlaySystemShutterSound(bool value);
public bool AlwaysPlaySystemShutterSound { get; set; }
var boolean = mediaCaptureInitializationSettings.alwaysPlaySystemShutterSound;
mediaCaptureInitializationSettings.alwaysPlaySystemShutterSound = boolean;
Public Property AlwaysPlaySystemShutterSound As Boolean
Valeur de propriété
bool
True si le système doit toujours lire un son d’obturation ; sinon, false.
Configuration requise pour Windows
Famille d’appareils |
Windows 10 Creators Update (introduit dans 10.0.15063.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v4.0)
|
Fonctionnalités de l’application |
backgroundMediaRecording
|
Remarques
Certaines régions nécessitent que le système diffuse un son d’obturation chaque fois qu’une photo est capturée. Si vous définissez cette valeur sur true, le système doit toujours lire le son d’obturation, que la région actuelle l’exige ou non. La définition de cette valeur sur false ne supprime pas le son d’obturation du système quand cela est nécessaire.