FMX.Media.TCameraKind
Delphi
TCameraKind = (Default, FrontCamera, BackCamera);
C++
enum class DECLSPEC_DENUM TCameraKind : unsigned char { Default, FrontCamera, BackCamera };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | FMX.Media.pas FMX.Media.hpp |
FMX.Media | FMX.Media |
Description
Enumerates the possible kinds of TCameraComponents.
TCameraKind defines the following values:
| Value | Meaning |
|---|---|
|
|
The used camera is the default camera of the device. |
|
|
The used camera is the front camera of the device. |
|
|
The used camera is the back camera of the device. |