KnownCameraGeneralProperties.IsShutterSoundEnabledByUser property

Specifies whether the user has enabled the shutter sound.

Syntax

public static Guid IsShutterSoundEnabledByUser { get; }
Public Shared ReadOnly Property IsShutterSoundEnabledByUser As Guid
public:
static property Guid IsShutterSoundEnabledByUser { 
   Guid get();
}

Property value

Type: System.Guid [.NET] | Platform::Guid [C++]

The ID of this property, for use with the GetProperty and SetProperty methods.

Remarks

This read-only property is common to both the PhotoCaptureDevice and AudioVideoCaptureDevice classes. In the PhotoCaptureDevice class, the GetProperty class gets the current value of the property (of type System.Boolean). When the property is true, the user has enabled the shutter sound on their phone. When the property is false, the user has disabled the shutter sound.

The AudioVideoCaptureDevice class also provides the GetProperty method for use with this property.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8

Namespace

Windows.Phone.Media.Capture Windows::Phone::Media::Capture [C++]

Metadata

Windows.WinMD

See also

KnownCameraGeneralProperties