void 
Player::NotifyInfoChanged(int ID)
{
	//check if prev event set a timer (handle doubble events)
	if(hTimer)
		return;
	HasNewListeningInfo((ID<0)? m_index : ID);
}
Beispiel #2
0
void Player::NotifyInfoChanged()
{
	if (enabled)
		HasNewListeningInfo();
}