KnownCameraGeneralProperties.IsShutterSoundRequiredForRegion property

Specifies whether the shutter sound is required in the region where your app is running.

Syntax

public static Guid IsShutterSoundRequiredForRegion { get; }
Public Shared ReadOnly Property IsShutterSoundRequiredForRegion As Guid
public:
static property Guid IsShutterSoundRequiredForRegion { 
   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 shutter sound is required in the region where your app is running. When the property is false, the shutter sound is not required.

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