SessionStatus.SessionCreateHash 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 creation operation has changed to included the latest input data.
public:
property int SessionCreateHash { int get(); };
public int SessionCreateHash { get; }
member this.SessionCreateHash : int
Public ReadOnly Property SessionCreateHash 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 sufficientlyy different from existing environment data and disgarded. This value may be 0 (and should be ignored) for platforms that don't feed frames individually.