<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:'times new roman', 'new york', times, serif;font-size:10pt"><div>Hi all:</div><div><br></div><div>I'm trying to migrate an small test project that used OpenH323/PWLIB to H323Plus/PTLib. In that project, I've the following lines of code:</div><div><br></div><div><div>H323Capability *h263Cap = new H323_RFC2190_H263Capability(0, 2, 0, 0, 0, videoMaxbandwidth*1024/100/*, FALSE, FALSE, FALSE, FALSE, TRUE, 0, 0, 0, 0, 0, 0, 0, TRUE*/);</div><div>h263Cap->SetCapabilityDirection(H323Capability::e_ReceiveAndTransmit);</div><div>SetCapability(0, P_MAX_INDEX, h263Cap);</div><div><br></div><div>I've seen that the class  H323_RFC2190_H263Capability does not exists anymore. My question is: what is the new mechanism to specify a max bandwidth for the H.263 capability, in order to be used in codec negotiation?</div><div><br></div><div>Also, I 've code
 that looks like this:</div><div><br></div><div>unsigned int maxBitRate = (((H323_RFC2190_H263Capability*)capability)->GetMaxBitRate()*100)/1024;</div><div><br></div><div>in the Transmit() method of the H323SenderChannel derived class.</div><div><br></div><div>Is there any way of getting the negotiated MaxBitRate for the H263 codec?</div><div><br></div><div>Thank you in advance,</div></div><div style="position:fixed"></div></div><br>



      </body></html>