| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
| <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> |
| <title>PV2WayInitInfo class Reference</title> |
| <link href="doxygen.css" rel="stylesheet" type="text/css"> |
| </head><body> |
| <!-- Generated by Doxygen 1.2.18 --> |
| <center> |
| <a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="annotated.html">Data Structures</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="functions.html">Data Fields</a> <a class="qindex" href="globals.html">Globals</a> </center> |
| <hr><h1>PV2WayInitInfo Class Reference</h1><code>#include <<a class="el" href="pv__2way__basic__types_8h-source.html">pv_2way_basic_types.h</a>></code> |
| <p> |
| <p>Inheritance diagram for PV2WayInitInfo: |
| <p><center><img src="classPV2WayInitInfo.png" usemap="#PV2WayInitInfo_map" border="0" alt=""></center> |
| <map name="PV2WayInitInfo_map"> |
| <area href="classPV2Way324InitInfo.html" alt="PV2Way324InitInfo" shape="rect" coords="0,56,119,80"> |
| </map> |
| <table border=0 cellpadding=0 cellspacing=0> |
| <tr><td></td></tr> |
| <tr><td colspan=2><br><h2>Public Methods</h2></td></tr> |
| <tr><td nowrap align=right valign=top>virtual void </td><td valign=bottom><a class="el" href="classPV2WayInitInfo.html#a0">GetInitInfoClassName</a> (OSCL_wString &aClassName)=0</td></tr> |
| <tr><td nowrap align=right valign=top>virtual </td><td valign=bottom><a class="el" href="classPV2WayInitInfo.html#a1">~PV2WayInitInfo</a> ()</td></tr> |
| <tr><td colspan=2><br><h2>Data Fields</h2></td></tr> |
| <tr><td nowrap align=right valign=top>Oscl_Vector< const char *,<br> |
| OsclMemAllocator > </td><td valign=bottom><a class="el" href="classPV2WayInitInfo.html#m0">iOutgoingAudioFormats</a></td></tr> |
| <tr><td nowrap align=right valign=top>Oscl_Vector< const char *,<br> |
| OsclMemAllocator > </td><td valign=bottom><a class="el" href="classPV2WayInitInfo.html#m1">iOutgoingVideoFormats</a></td></tr> |
| <tr><td nowrap align=right valign=top>Oscl_Vector< const char *,<br> |
| OsclMemAllocator > </td><td valign=bottom><a class="el" href="classPV2WayInitInfo.html#m2">iIncomingAudioFormats</a></td></tr> |
| <tr><td nowrap align=right valign=top>Oscl_Vector< const char *,<br> |
| OsclMemAllocator > </td><td valign=bottom><a class="el" href="classPV2WayInitInfo.html#m3">iIncomingVideoFormats</a></td></tr> |
| </table> |
| <hr><a name="_details"></a><h2>Detailed Description</h2> |
| PV2WayInitInfo Class |
| <p> |
| PV2WayInitInfo is an interface required for protocols specific classes pass to the PV2WayInterface's InitL() method |
| <p> |
| <hr><h2>Constructor & Destructor Documentation</h2> |
| <a name="a1" doxytag="PV2WayInitInfo::~PV2WayInitInfo"></a><p> |
| <table width="100%" cellpadding="2" cellspacing="0" border="0"> |
| <tr> |
| <td class="md"> |
| <table cellpadding="0" cellspacing="0" border="0"> |
| <tr> |
| <td class="md" nowrap valign="top"> virtual PV2WayInitInfo::~PV2WayInitInfo </td> |
| <td class="md" valign="top">( </td> |
| <td class="mdname1" valign="top" nowrap> </td> |
| <td class="md" valign="top">) </td> |
| <td class="md" nowrap><code> [inline, virtual]</code></td> |
| </tr> |
| |
| </table> |
| </td> |
| </tr> |
| </table> |
| <table cellspacing=5 cellpadding=0 border=0> |
| <tr> |
| <td> |
| |
| </td> |
| <td> |
| |
| <p> |
| </td> |
| </tr> |
| </table> |
| <hr><h2>Member Function Documentation</h2> |
| <a name="a0" doxytag="PV2WayInitInfo::GetInitInfoClassName"></a><p> |
| <table width="100%" cellpadding="2" cellspacing="0" border="0"> |
| <tr> |
| <td class="md"> |
| <table cellpadding="0" cellspacing="0" border="0"> |
| <tr> |
| <td class="md" nowrap valign="top"> virtual void PV2WayInitInfo::GetInitInfoClassName </td> |
| <td class="md" valign="top">( </td> |
| <td class="md" nowrap valign="top">OSCL_wString & </td> |
| <td class="mdname1" valign="top" nowrap> <em>aClassName</em> </td> |
| <td class="md" valign="top">) </td> |
| <td class="md" nowrap><code> [pure virtual]</code></td> |
| </tr> |
| |
| </table> |
| </td> |
| </tr> |
| </table> |
| <table cellspacing=5 cellpadding=0 border=0> |
| <tr> |
| <td> |
| |
| </td> |
| <td> |
| |
| <p> |
| pure virtual method that must be overridden to return the classname of the actual subclass |
| <p> |
| Implemented in <a class="el" href="classPV2Way324InitInfo.html#a0">PV2Way324InitInfo</a>. </td> |
| </tr> |
| </table> |
| <hr><h2>Field Documentation</h2> |
| <a name="m2" doxytag="PV2WayInitInfo::iIncomingAudioFormats"></a><p> |
| <table width="100%" cellpadding="2" cellspacing="0" border="0"> |
| <tr> |
| <td class="md"> |
| <table cellpadding="0" cellspacing="0" border="0"> |
| <tr> |
| <td class="md" nowrap valign="top"> Oscl_Vector<const char*, OsclMemAllocator> PV2WayInitInfo::iIncomingAudioFormats |
| </table> |
| </td> |
| </tr> |
| </table> |
| <table cellspacing=5 cellpadding=0 border=0> |
| <tr> |
| <td> |
| |
| </td> |
| <td> |
| |
| <p> |
| The list of audio formats that can be received </td> |
| </tr> |
| </table> |
| <a name="m3" doxytag="PV2WayInitInfo::iIncomingVideoFormats"></a><p> |
| <table width="100%" cellpadding="2" cellspacing="0" border="0"> |
| <tr> |
| <td class="md"> |
| <table cellpadding="0" cellspacing="0" border="0"> |
| <tr> |
| <td class="md" nowrap valign="top"> Oscl_Vector<const char*, OsclMemAllocator> PV2WayInitInfo::iIncomingVideoFormats |
| </table> |
| </td> |
| </tr> |
| </table> |
| <table cellspacing=5 cellpadding=0 border=0> |
| <tr> |
| <td> |
| |
| </td> |
| <td> |
| |
| <p> |
| The list of video formats that can be received </td> |
| </tr> |
| </table> |
| <a name="m0" doxytag="PV2WayInitInfo::iOutgoingAudioFormats"></a><p> |
| <table width="100%" cellpadding="2" cellspacing="0" border="0"> |
| <tr> |
| <td class="md"> |
| <table cellpadding="0" cellspacing="0" border="0"> |
| <tr> |
| <td class="md" nowrap valign="top"> Oscl_Vector<const char*, OsclMemAllocator> PV2WayInitInfo::iOutgoingAudioFormats |
| </table> |
| </td> |
| </tr> |
| </table> |
| <table cellspacing=5 cellpadding=0 border=0> |
| <tr> |
| <td> |
| |
| </td> |
| <td> |
| |
| <p> |
| The list of audio formats that can be transmitted </td> |
| </tr> |
| </table> |
| <a name="m1" doxytag="PV2WayInitInfo::iOutgoingVideoFormats"></a><p> |
| <table width="100%" cellpadding="2" cellspacing="0" border="0"> |
| <tr> |
| <td class="md"> |
| <table cellpadding="0" cellspacing="0" border="0"> |
| <tr> |
| <td class="md" nowrap valign="top"> Oscl_Vector<const char*, OsclMemAllocator> PV2WayInitInfo::iOutgoingVideoFormats |
| </table> |
| </td> |
| </tr> |
| </table> |
| <table cellspacing=5 cellpadding=0 border=0> |
| <tr> |
| <td> |
| |
| </td> |
| <td> |
| |
| <p> |
| The list of video formats that can be transmitted </td> |
| </tr> |
| </table> |
| <hr>The documentation for this class was generated from the following file:<ul> |
| <li><a class="el" href="pv__2way__basic__types_8h-source.html">pv_2way_basic_types.h</a></ul> |
| <hr size="1"><img src="pvlogo_small.jpg"><address style="align: right;"><small>PV2Way Engine</small> |
| <address style="align: left;"><small>Posting Version: OPENCORE_20090310 </small> |
| </small></address> |
| </body> |
| </html> |