PhotoCaptureDevice.GetSupportedPropertyRange method

PhotoCaptureDevice.GetSupportedPropertyRange method

[This topic contains pre-release information and is subject to change. Blank topics are included as placeholders.]

7/25/2012

Gets a range of supported values for a known camera property.

Syntax

public:
static CameraCapturePropertyRange^ GetSupportedPropertyRange(
  CameraType sensor, 
  Guid propertyId
)

Parameters

sensor

Type: CameraType

The location of the camera on the phone (front or back).

propertyId

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

The ID of the property, as specified by the KnownCameraGeneralProperties and KnownCameraPhotoProperties classes.

Return value

Type: CameraCapturePropertyRange

The maximum and minimum values of the property that are supported on the phone.

Remarks

Not all known camera properties work with this method. Properties specified by the KnownCameraGeneralProperties and KnownCameraPhotoProperties classes will work with either the GetSupportedPropertyRange method or the GetSupportedPropertyValues method. A property will not work with both of these methods.

Requirements

Minimum supported client

Windows 8 Release Preview

Minimum supported server

Windows Server 2012

Namespace

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

Metadata

Windows.winmd

See also

PhotoCaptureDevice

 

 

Build date: 7/25/2012

Community Additions

Show: