public bool AffectivIsActive(EdkDll.EE_AffectivAlgo_t type) { return(EdkDll.ES_AffectivIsActive(this.hEmoState, type)); }
/// <summary> /// Query whether the signal is too noisy for Affectiv detection to be active /// </summary> /// <param name="type">Affectiv detection type</param> /// <returns>detection state (false: Not Active, true: Active)</returns> public Boolean AffectivIsActive(EdkDll.EE_AffectivAlgo_t type) { return(EdkDll.ES_AffectivIsActive(hEmoState, type)); }