Re: [PATCH 4/5] winecoreaudio.drv: Implement IAudioSessionControl::GetState
May 1, 2011
3:36 a.m.
Hi, On Apr 29, 2011, at 3:50 PM, Andrew Eikum wrote:
+ LIST_FOR_EACH_ENTRY(client, &This->session->clients, ACImpl, entry){ + OSSpinLockLock(&client->lock); + if(client->playing == StatePlaying){ + *state = AudioSessionStateActive;
I think the session should be considered active if a client is in StateInTransition, too. Regards, Ken
5442
Age (days ago)
5442
Last active (days ago)
0 comments
1 participants
participants (1)
-
Ken Thomases