linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-developers] Possible bug in mediastreamer eventqueue


From: hall hall
Subject: Re: [Linphone-developers] Possible bug in mediastreamer eventqueue
Date: Wed, 12 Oct 2011 15:33:37 +0800

Yes,I agree with you.
if
  int argsize=ev_id & 0xffff;
then
  The argsize is count*256+sizeof(type)

The source code in msconf.c:
vol.energy = chan->energy; //10*log10f(chan->energy/max_e);
vol.channel = i;
ms_filter_notify(f, MS_CONF_CHANNEL_VOLUME, (void*)&vol);

the vol pointer size is 4 byte.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]