Alam
Sorry for the delay in replying. yes there are some changes. There is a new function.
void H323EndPoint::OnSetInitialBandwidth(H323VideoCodec * codec)
This is called before the OpenVideoChannel. This is where you can set the codec MaxBitRate. This also allows you to correctly advertise bandwidth to the remote party.
Simon
-----Original Message----- From: h323plus-bounces@lists.packetizer.com [mailto:h323plus-bounces@lists.packetizer.com]On Behalf Of mohammad alam Sent: Monday, 14 July 2008 4:41 PM To: H323plus Subject: [h323plus] SetMaxBitRate Problem
Simon
I am using SetMaxBitRate in my code to control data flow in Network. I am using codec.SetMaxBitRate(1024 * x); in OpenVideoChannel(...................... Earlier when I was using Openh323 it was functional. Now I cant control codec BitRate through this API. Do I have to make any changes in Plugins.??
Alam