Enum FocusPointResult

The state of the remote focus point in the current frame.

enum class Microsoft::Azure::RemoteRendering::FocusPointResult : int32_t

Values

Name Value Description Remarks
FocusPointResult::Invalid 0 No valid focus point data available.
FocusPointResult::Fallback 1 The data is valid but has been computed through a fallback.
FocusPointResult::Valid 2 The data represents a valid focus point.

See also