<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.3243" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=187551207-19122007><FONT face=Arial color=#0000ff size=2>For 
h323plus you just use the AddAllCapabilities() function (the same as used 
with audio). The video codecs are automatically loaded. 
</FONT></SPAN></DIV>
<DIV><SPAN class=187551207-19122007><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=187551207-19122007><FONT face=Arial color=#0000ff size=2>so the 
code looks like this to add both Audio and Video</FONT></SPAN></DIV>
<DIV><SPAN class=187551207-19122007><FONT face=Arial color=#0000ff 
size=2>AddAllCapabilties(*this,0,0,"*");</FONT></SPAN></DIV>
<DIV><SPAN class=187551207-19122007><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=187551207-19122007><FONT face=Arial color=#0000ff size=2>To 
Disable Video</FONT></SPAN></DIV>
<DIV><SPAN class=187551207-19122007><FONT face=Arial color=#0000ff 
size=2>RemoveCapability(H323Capability::e_Video); </FONT></SPAN></DIV>
<DIV><SPAN class=187551207-19122007><FONT size=1><FONT face=Arial color=#0000ff 
size=2></FONT></FONT></SPAN> </DIV>
<DIV><SPAN class=187551207-19122007><FONT size=1><FONT face=Arial color=#0000ff 
size=2>To universally set a maximum framesize.</FONT></FONT></SPAN></DIV>
<DIV><SPAN class=187551207-19122007><FONT face=Arial color=#0000ff 
size=2>SetVideoFrameSize(H323Capability::cifMPI);</FONT></SPAN></DIV>
<DIV><SPAN class=187551207-19122007><FONT size=1></FONT></SPAN> </DIV>
<DIV><SPAN class=187551207-19122007><FONT face=Arial color=#0000ff 
size=2>Simon</FONT></SPAN></DIV>
<BLOCKQUOTE 
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid">
  <DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma 
  size=2>-----Original Message-----<BR><B>From:</B> 
  h323plus-bounces@lists.packetizer.com 
  [mailto:h323plus-bounces@lists.packetizer.com]<B>On Behalf Of </B>Abhishek 
  Rohilla<BR><B>Sent:</B> Wednesday, December 19, 2007 3:27 PM<BR><B>To:</B> 
  h323plus@lists.packetizer.com<BR><B>Subject:</B> [h323plus] Video Codec Plugin 
  Tutorial<BR><BR></FONT></DIV>H323Plus has now supported all the video codec as 
  plugins. <BR>Can someone help me as to how to plug in video codecs into 
  H323Plus. Earlier for<BR>H.263 we had to just add the capabilities as the 
  codec class was there in the <BR>code. But now that thing does not work with 
  H323Plus.<BR></BLOCKQUOTE></BODY></HTML>