Namespaces

Enumerations

enum class Orientation : uint32_t
Name Value Comments
kUp 1u

⮬: The content is already in the correct orientation.

kDown 2u

⮯: The content must be rotated 180 degrees to appear correct.

kLeft 3u

⮫: The content must be rotated 90 degrees left (counter-clockwise) to appear correct.

kRight 4u

⮨: The content must be rotated 90 degrees right (clockwise) to appear correct.

kUpFlipped 5u

⮭: The content must be flipped horizontally to appear correct.

kDownFlipped 6u

⮮: The content must be flipped horizontally then rotated 180 degrees to appear correct.

kLeftFlipped 7u

⮪: The content must be flipped horizontally then rotated 90 degrees left (counter-clockwise) to appear correct.

kRightFlipped 8u

⮩: The content must be flipped horizontally then rotated 90 degrees right (clockwise) to appear correct.

Describes the intended orientation of a given stream relative to its encoded data. For clarity,

the documentation for each enum value is accompanied by an orientation of the chiral '⮬' symbol

illustrating the orientation of the stream's encoded data.

Defined at line 22 of file fidling/gen/sdk/fidl/fuchsia.camera3/fuchsia.camera3/cpp/fidl/fuchsia.camera3/cpp/common_types.h

Records