Home | History | Annotate | Download | only in pvauthor_html
      1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
      2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
      3 <title>MPVVideoOutput class Reference</title>
      4 <link href="doxygen.css" rel="stylesheet" type="text/css">
      5 </head><body>
      6 <!-- Generated by Doxygen 1.2.18 -->
      7 <center>
      8 <a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Data Structures</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Data Fields</a> &nbsp; <a class="qindex" href="globals.html">Globals</a> &nbsp; </center>
      9 <hr><h1>MPVVideoOutput Class Reference</h1><code>#include &lt;<a class="el" href="pv__plugin__interfaces_8h-source.html">pv_plugin_interfaces.h</a>&gt;</code>
     10 <p>
     11 <table border=0 cellpadding=0 cellspacing=0>
     12 <tr><td></td></tr>
     13 <tr><td colspan=2><br><h2>Public Methods</h2></td></tr>
     14 <tr><td nowrap align=right valign=top>virtual IMPORT_C void&nbsp;</td><td valign=bottom><a class="el" href="classMPVVideoOutput.html#a0">SetFormatL</a> (const TDesC8 &amp;aFormat)=0</td></tr>
     15 <tr><td nowrap align=right valign=top>virtual IMPORT_C void&nbsp;</td><td valign=bottom><a class="el" href="classMPVVideoOutput.html#a1">SetVideoFrameSizeL</a> (const TSize &amp;aSize)=0</td></tr>
     16 <tr><td nowrap align=right valign=top>virtual IMPORT_C void&nbsp;</td><td valign=bottom><a class="el" href="classMPVVideoOutput.html#a2">GetVideoFrameSizeL</a> (TSize &amp;aSize) const=0</td></tr>
     17 </table>
     18 <hr><a name="_details"></a><h2>Detailed Description</h2>
     19 MPVVideoOutput Class
     20 <p>
     21 MPVVideoOutput can be implemented by any video data sink that needs to work with PV SDKs. 
     22 <p>
     23 <hr><h2>Member Function Documentation</h2>
     24 <a name="a2" doxytag="MPVVideoOutput::GetVideoFrameSizeL"></a><p>
     25 <table width="100%" cellpadding="2" cellspacing="0" border="0">
     26   <tr>
     27     <td class="md">
     28       <table cellpadding="0" cellspacing="0" border="0">
     29         <tr>
     30           <td class="md" nowrap valign="top"> virtual IMPORT_C void MPVVideoOutput::GetVideoFrameSizeL </td>
     31           <td class="md" valign="top">(&nbsp;</td>
     32           <td class="md" nowrap valign="top">TSize &amp;&nbsp;</td>
     33           <td class="mdname1" valign="top" nowrap>&nbsp; <em>aSize</em>          </td>
     34           <td class="md" valign="top">)&nbsp;</td>
     35           <td class="md" nowrap> const<code> [pure virtual]</code></td>
     36         </tr>
     37 
     38       </table>
     39     </td>
     40   </tr>
     41 </table>
     42 <table cellspacing=5 cellpadding=0 border=0>
     43   <tr>
     44     <td>
     45       &nbsp;
     46     </td>
     47     <td>
     48 
     49 <p>
     50 Get the video frame size <dl compact><dt><b>Parameters: </b></dt><dd>
     51 <table border=0 cellspacing=2 cellpadding=0>
     52 <tr><td valign=top><em>aSize</em>&nbsp;</td><td>
     53 The video frame size, in pixels </td></tr>
     54 </table>
     55 </dl><dl compact><dt><b>Exceptions: </b></dt><dd>
     56 <table border=0 cellspacing=2 cellpadding=0>
     57 <tr><td valign=top><em>Can</em>&nbsp;</td><td>
     58  leave with one of the system wide error codes </td></tr>
     59 </table>
     60 </dl>    </td>
     61   </tr>
     62 </table>
     63 <a name="a0" doxytag="MPVVideoOutput::SetFormatL"></a><p>
     64 <table width="100%" cellpadding="2" cellspacing="0" border="0">
     65   <tr>
     66     <td class="md">
     67       <table cellpadding="0" cellspacing="0" border="0">
     68         <tr>
     69           <td class="md" nowrap valign="top"> virtual IMPORT_C void MPVVideoOutput::SetFormatL </td>
     70           <td class="md" valign="top">(&nbsp;</td>
     71           <td class="md" nowrap valign="top">const TDesC8 &amp;&nbsp;</td>
     72           <td class="mdname1" valign="top" nowrap>&nbsp; <em>aFormat</em>          </td>
     73           <td class="md" valign="top">)&nbsp;</td>
     74           <td class="md" nowrap><code> [pure virtual]</code></td>
     75         </tr>
     76 
     77       </table>
     78     </td>
     79   </tr>
     80 </table>
     81 <table cellspacing=5 cellpadding=0 border=0>
     82   <tr>
     83     <td>
     84       &nbsp;
     85     </td>
     86     <td>
     87 
     88 <p>
     89 Set the video frame format. This must be from the list of supported formats. <dl compact><dt><b>Parameters: </b></dt><dd>
     90 <table border=0 cellspacing=2 cellpadding=0>
     91 <tr><td valign=top><em>aFormat</em>&nbsp;</td><td>
     92 A mime string describing the video frame format. </td></tr>
     93 </table>
     94 </dl><dl compact><dt><b>Exceptions: </b></dt><dd>
     95 <table border=0 cellspacing=2 cellpadding=0>
     96 <tr><td valign=top><em>Can</em>&nbsp;</td><td>
     97  leave with one of the system wide error codes </td></tr>
     98 </table>
     99 </dl>    </td>
    100   </tr>
    101 </table>
    102 <a name="a1" doxytag="MPVVideoOutput::SetVideoFrameSizeL"></a><p>
    103 <table width="100%" cellpadding="2" cellspacing="0" border="0">
    104   <tr>
    105     <td class="md">
    106       <table cellpadding="0" cellspacing="0" border="0">
    107         <tr>
    108           <td class="md" nowrap valign="top"> virtual IMPORT_C void MPVVideoOutput::SetVideoFrameSizeL </td>
    109           <td class="md" valign="top">(&nbsp;</td>
    110           <td class="md" nowrap valign="top">const TSize &amp;&nbsp;</td>
    111           <td class="mdname1" valign="top" nowrap>&nbsp; <em>aSize</em>          </td>
    112           <td class="md" valign="top">)&nbsp;</td>
    113           <td class="md" nowrap><code> [pure virtual]</code></td>
    114         </tr>
    115 
    116       </table>
    117     </td>
    118   </tr>
    119 </table>
    120 <table cellspacing=5 cellpadding=0 border=0>
    121   <tr>
    122     <td>
    123       &nbsp;
    124     </td>
    125     <td>
    126 
    127 <p>
    128 Set the video frame size <dl compact><dt><b>Parameters: </b></dt><dd>
    129 <table border=0 cellspacing=2 cellpadding=0>
    130 <tr><td valign=top><em>aSize</em>&nbsp;</td><td>
    131 The video frame size, in pixels </td></tr>
    132 </table>
    133 </dl><dl compact><dt><b>Exceptions: </b></dt><dd>
    134 <table border=0 cellspacing=2 cellpadding=0>
    135 <tr><td valign=top><em>Can</em>&nbsp;</td><td>
    136  leave with one of the system wide error codes </td></tr>
    137 </table>
    138 </dl>    </td>
    139   </tr>
    140 </table>
    141 <hr>The documentation for this class was generated from the following file:<ul>
    142 <li><a class="el" href="pv__plugin__interfaces_8h-source.html">pv_plugin_interfaces.h</a></ul>
    143 <hr size="1"><img src="pvlogo_small.jpg"><address style="align: right;"><small>PV Author Engine</small>
    144 <address style="align: left;"><small>Posting Version: OPENCORE_20090310 </small>
    145 </small></address>
    146 </body>
    147 </html>
    148