PhotoCaptureDevice.AvailableSensorLocations property

Returns the camera locations that are available on the phone.

Syntax

public static IReadOnlyList<CameraSensorLocation> AvailableSensorLocations { get; }
Public Shared ReadOnly Property AvailableSensorLocations As IReadOnlyList(Of CameraSensorLocation)
public:
static property IVectorView<CameraSensorLocation>^ AvailableSensorLocations { 
   IVectorView<CameraSensorLocation>^ get();
}

Property value

Type: IVectorView<CameraSensorLocation> [C++] | System.Collections.Generic.IReadOnlyList<CameraSensorLocation> [.NET]

The camera locations that are available on the phone.

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

Capabilities

ID_CAP_ISV_CAMERA [Windows Phone]

See also

PhotoCaptureDevice