Namespaces

Enumerations

enum ScreenCaptureRotation
Name Value
kCw0Degrees 0u
kCw90Degrees 1u
kCw180Degrees 2u
kCw270Degrees 3u

Rotation applied to the image.

For example, if the display is rotated 90 degrees according to its

`display_info` config file, the image can be captured as if the display

is not rotated (0 degrees) by applying CW_270_DEGREES.

Defined at line 101 of file fidling/gen/sdk/fidl/fuchsia.ui.composition.internal/fuchsia.ui.composition.internal/cpp/fidl/fuchsia.ui.composition.internal/cpp/common_types.h

Records