KnownCameraGeneralProperties.PlayShutterSoundOnCapture property

Specifies whether to play the shutter sound during capture.

Syntax

public static Guid PlayShutterSoundOnCapture { get; }
Public Shared ReadOnly Property PlayShutterSoundOnCapture As Guid
public:
static property Guid PlayShutterSoundOnCapture { 
   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 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). The SetProperty method sets the property to a new value. When the property is set to true, the shutter sound is played during capture. When the property is set to false, the shutter sound is not played.

The AudioVideoCaptureDevice class also provides the GetProperty and SetProperty methods 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