KnownCameraPhotoProperties.LockedAutoFocusParameters property

Specifies whether the autofocus, auto exposure, or auto white balance operations will pause.

Syntax

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

Property value

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

The ID of the bit field used to specify which operations should be paused.

Remarks

This property is bit field that allows you to specify which combination of operations (autofocus, auto exposure, auto white balance) will pause when this property is set. To pause a combination of operations, perform a bitwise OR operation with the desired AutoFocusParameters enumeration values. When set to 0, all of the automatic operations resume their normal behavior.

This property is for use with the PhotoCaptureDevice class. In the PhotoCaptureDevice class, the GetProperty class gets the current value of the property (of type AutoFocusParameters). The SetProperty method sets the property to a new value.

Not all values may be supported by each phone. Use the GetSupportedPropertyValues method to learn more about 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

KnownCameraPhotoProperties