[Ekiga-list] Opal audio plugin settings
Julien Puydt
jpuydt at free.fr
Wed Apr 11 07:22:28 UTC 2007
Jure Petrovic a écrit :
> I am really sorry to be such a bore with that, but now I see
> Damien is back and Craig maybe also :-)
>
>
> unsigned int recommendedFramesPerPacket; // = 2
> unsigned int maxFramesPerPacket; // = 2
>
> Why ekiga still sends only 1 frame per packet? Where can I set that?
Notice that "//" means the "= 2" is a comment. You may want to try :
unsigned int recommendedFramesPerPacket = 2;
unsigned int maxFramesPerPacket = 2;
Snark
More information about the ekiga-list
mailing list