PhotoCaptureDevice.GetAvailablePreviewResolutions method
Gets the resolutions that are available from the camera preview.
Syntax
public: static IVectorView<Size>^ GetAvailablePreviewResolutions( CameraSensorLocation sensor )
Parameters
- sensor
-
Type: CameraSensorLocation
The location of the camera on the phone (front or back).
Return value
Type: IVectorView<Size> [C++] | System.Collections.Generic.IReadOnlyList<Size> [.NET]
The resolutions that are available from the camera preview.
Requirements
|
Minimum supported client |
None supported |
|---|---|
|
Minimum supported server |
None supported |
|
Minimum supported phone |
Windows Phone 8 |
|
Namespace |
|
|
Metadata |
|
|
Capabilities |
|
Attributes
- [Deprecated()]
See also
Show: