AudioVideoCaptureDevice.SensorLocation property

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

Syntax

public CameraSensorLocation SensorLocation { get; }
Public ReadOnly Property SensorLocation As CameraSensorLocation
public:
property CameraSensorLocation SensorLocation { 
   CameraSensorLocation get();
}

Property value

Type: CameraSensorLocation

The location of the camera 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] ID_CAP_MICROPHONE [Windows Phone]

See also

AudioVideoCaptureDevice