FocusPointResult Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The state of the remote focus point in the current frame.
public enum class FocusPointResult
public enum FocusPointResult
type FocusPointResult =
Public Enum FocusPointResult
- Inheritance
-
FocusPointResult
Fields
Name | Value | Description |
---|---|---|
Invalid | 0 | No valid focus point data available. |
Fallback | 1 | The data is valid but has been computed through a fallback. |
Valid | 2 | The data represents a valid focus point. |