Re: [PATCH 4/5] winecoreaudio.drv: Implement IAudioSessionControl::GetState
1 May
2011
1 May
'11
8: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
5429
Age (days ago)
5429
Last active (days ago)
0 comments
1 participants
participants (1)
-
Ken Thomases