KnownCameraGeneralProperties class

Used to get or set general camera settings.

Syntax

public static class KnownCameraGeneralProperties
Public NotInheritable Class KnownCameraGeneralProperties
public ref class KnownCameraGeneralProperties abstract sealed 

Members

The KnownCameraGeneralProperties class has these types of members:

  • Properties

Properties

The KnownCameraGeneralProperties class has these properties.

Property Access type Description

AutoFocusRange

Read-only

Specifies the camera autofocus range.

EncodeWithOrientation

Read-only

Specifies the orientation, relative to the sensor, that the image is rotated prior to encoding.

IsShutterSoundEnabledByUser

Read-only

Specifies whether the user has enabled the shutter sound.

IsShutterSoundRequiredForRegion

Read-only

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

ManualFocusPosition

Read-only

Specifies manual focus position.

PlayShutterSoundOnCapture

Read-only

Specifies whether to play the shutter sound during capture.

SpecifiedCaptureOrientation

Read-only

Specifies the image orientation in the image metadata.

 

Remarks

The properties in this class are common to both the PhotoCaptureDevice and AudioVideoCaptureDevice classes. This class is used to identify properties that you want to get or set on the capture device. In the PhotoCaptureDevice class, the GetProperty class gets the current value of the property and the SetProperty method sets the property to a new value. You can also use the GetSupportedPropertyRange or GetSupportedPropertyValues method to learn more about a property. The AudioVideoCaptureDevice class also provides the GetProperty, SetProperty, GetSupportedPropertyRange and GetSupportedPropertyValues methods.

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

Attributes

[Deprecated()]

[MarshalingBehavior(Agile)]

[Version(0x06020000)]

[WebHostHidden()]

See also

Object