FMX.Media.TDevicePosition
Delphi
TDevicePosition = (Unspecified, Front, Back);
C++
enum class DECLSPEC_DENUM TDevicePosition : unsigned char { Unspecified, Front, Back };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | FMX.Media.pas FMX.Media.hpp |
FMX.Media | FMX.Media |
Description
Enumerates the possible positions of a video capture device relative to the hardware system.
TDevicePosition defines the following values:
| Value | Meaning |
|---|---|
|
|
The camera's position is not specified. |
|
|
The camera is on the front of the hardware system. |
|
|
The camera is on the back of the hardware system. |