SessionStatus.SessionLocateHash Property

Definition

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.

Applies to