AudioVideoCaptureDevice.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
)
Public Shared Function GetSupportedPropertyRange(
  sensor As CameraType,  
  propertyId As Guid 
) As CameraCapturePropertyRange
public:
static CameraCapturePropertyRange^ GetSupportedPropertyRange(
  CameraType sensor, 
  Guid propertyId
)

Parameters

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 KnownCameraAudioVideoProperties 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

AudioVideoCaptureDevice

 

 

Build date: 7/25/2012