PhotoCaptureDevice.GetAvailablePreviewResolutions method
[This topic contains pre-release information and is subject to change. Blank topics are included as placeholders.]
7/25/2012
Gets the resolutions that are available from the camera preview.
Syntax
public static IReadOnlyList<Size> GetAvailablePreviewResolutions(
CameraType sensor
)
Public Shared Function GetAvailablePreviewResolutions(
sensor As CameraType
) As IReadOnlyList(Of Size)
public:
static IVectorView<Size>^ GetAvailablePreviewResolutions(
CameraType sensor
)
Parameters
sensor
Type: CameraTypeThe 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 |
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
Build date: 7/25/2012