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
-
class Configuration -
class Configuration2 -
class Device -
class DeviceConnectToStreamRequest -
class DeviceGetConfigurations2Response -
class DeviceGetConfigurationsResponse -
class DeviceGetIdentifierResponse -
class DeviceRebindRequest -
class DeviceSetCurrentConfigurationRequest -
class DeviceSetSoftwareMuteStateRequest -
class DeviceWatchCurrentConfigurationResponse -
class DeviceWatchMuteStateResponse -
class DeviceWatcher -
class DeviceWatcherConnectToDeviceRequest -
class DeviceWatcherWatchDevicesResponse -
class FrameInfo -
class FrameInfo2 -
class FrameRate -
class Stream -
class StreamGetNextFrame2Response -
class StreamGetNextFrameResponse -
class StreamGetProperties2Response -
class StreamGetPropertiesResponse -
class StreamProperties -
class StreamProperties2 -
class StreamRebindRequest -
class StreamSetBufferCollection2Request -
class StreamSetBufferCollectionRequest -
class StreamSetCropRegionRequest -
class StreamSetResolutionRequest -
class StreamWatchBufferCollection2Response -
class StreamWatchBufferCollectionResponse -
class StreamWatchCropRegionResponse -
class StreamWatchOrientationResponse -
class StreamWatchResolutionResponse -
class WatchDevicesEvent