SessionStatus.SessionLocateHash Property
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.
A hash value that can be used to know when environment data that contributes to a locate operation has changed to included the latest input data.
public:
property int SessionLocateHash { int get(); };
public int SessionLocateHash { get; }
member this.SessionLocateHash : int
Public ReadOnly Property SessionLocateHash As Integer
Property Value
Remarks
If the hash value does not change after new frames were added to the session, then those frames were not deemed as sufficiency different from existing environment data and disgarded. This value may be 0 (and should be ignored) for platforms that don't feed frames individually.