CameraSensorLocation enumeration
Indicates the location of the camera on the phone (front or back).
Syntax
public enum CameraSensorLocation
Public Enum CameraSensorLocation
public enum class CameraSensorLocation
Members
The CameraSensorLocation enumeration has these members.
Member | Value | Description |
---|---|---|
Back | 0 | Indicates that the camera is located on the back of the phone. |
Front | 1 | Indicates that the camera is located on the front of 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 |
Attributes
[Deprecated()]
[Version(0x06020000)]
[WebHostHidden()]