Sophie

Sophie

distrib > Mandriva > 2010.0 > x86_64 > media > main-release > by-pkgid > f250c16c2b84c9364a2f35a71121aaa2 > files > 220

lib64dirac-devel-1.0.2-2mdv2010.0.x86_64.rpm

<!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>Dirac Video Codec</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body bgcolor="#ffffff">
<h1 align="center" color="#606080">
Dirac - A Video Codec
</h1>
<p align="center">
Created by the <a href="http://www.bbc.co.uk">British Broadcasting Corporation</a>.
</p>
<hr>
<!-- Generated by Doxygen 1.5.9 -->
  <div class="navpath"><a class="el" href="a00234.html">dirac</a>::<a class="el" href="a00139.html">StreamPicOutput</a>
  </div>
<div class="contents">
<h1>dirac::StreamPicOutput Class Reference</h1><!-- doxytag: class="dirac::StreamPicOutput" -->Class for outputting pictures.  
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="a00211_source.html">pic_io.h</a>&gt;</code>
<p>
<div class="dynheader">
Inheritance diagram for dirac::StreamPicOutput:</div>
<div class="dynsection">

<p><center><img src="a00139.png" usemap="#dirac::StreamPicOutput_map" border="0" alt=""></center>
<map name="dirac::StreamPicOutput_map">
<area href="a00135.html" alt="dirac::StreamFieldOutput" shape="rect" coords="0,56,159,80">
<area href="a00137.html" alt="dirac::StreamFrameOutput" shape="rect" coords="169,56,328,80">
</map>
</div>

<p>
<a href="a00316.html">List of all members.</a><h2>Public Member Functions</h2>
<ul>
<li><a class="el" href="a00139.html#173d7856447f7ef879c24942e1d94c8e">StreamPicOutput</a> (std::ostream *op_ptr, const <a class="el" href="a00131.html">SourceParams</a> &amp;sp)
<dl class="el"><dd class="mdescRight">Constructor.  <a href="#173d7856447f7ef879c24942e1d94c8e"></a><br></dl><li>virtual <a class="el" href="a00139.html#a68bba4533814ba64c2da841604a6d58">~StreamPicOutput</a> ()
<dl class="el"><dd class="mdescRight">virtual Destructor  <a href="#a68bba4533814ba64c2da841604a6d58"></a><br></dl><li>virtual bool <a class="el" href="a00139.html#f46fd0fd7a10e6400343e8b014843d78">WriteToNextFrame</a> (const <a class="el" href="a00108.html">Picture</a> &amp;myframe)=0
<dl class="el"><dd class="mdescRight">Write a picture to the next frame to be output.  <a href="#f46fd0fd7a10e6400343e8b014843d78"></a><br></dl><li><a class="el" href="a00131.html">SourceParams</a> &amp; <a class="el" href="a00139.html#8b2e93372c8e06636bcfe82d7f97704e">GetSourceParams</a> ()
<dl class="el"><dd class="mdescRight">Get the source parameters.  <a href="#8b2e93372c8e06636bcfe82d7f97704e"></a><br></dl></ul>
<h2>Protected Member Functions</h2>
<ul>
<li><a class="el" href="a00139.html#2dc366e453450edf4a8d6236434f35e6">StreamPicOutput</a> ()
<dl class="el"><dd class="mdescRight">Body-less default Constructor.  <a href="#2dc366e453450edf4a8d6236434f35e6"></a><br></dl></ul>
<h2>Protected Attributes</h2>
<ul>
<li><a class="el" href="a00131.html">SourceParams</a> <a class="el" href="a00139.html#339468a6bca6ef001028550f222875dd">m_sparams</a>
<dl class="el"><dd class="mdescRight">Source parameters.  <a href="#339468a6bca6ef001028550f222875dd"></a><br></dl><li>std::ostream * <a class="el" href="a00139.html#7ca9c384143e1b426d97eef5fbc8fd6b">m_op_pic_ptr</a>
<dl class="el"><dd class="mdescRight">Output stream.  <a href="#7ca9c384143e1b426d97eef5fbc8fd6b"></a><br></dl></ul>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Abstract base class for classes that output frames to stream <hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="173d7856447f7ef879c24942e1d94c8e"></a><!-- doxytag: member="dirac::StreamPicOutput::StreamPicOutput" ref="173d7856447f7ef879c24942e1d94c8e" args="(std::ostream *op_ptr, const SourceParams &amp;sp)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">dirac::StreamPicOutput::StreamPicOutput           </td>
          <td>(</td>
          <td class="paramtype">std::ostream *&nbsp;</td>
          <td class="paramname"> <em>op_ptr</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="a00131.html">SourceParams</a> &amp;&nbsp;</td>
          <td class="paramname"> <em>sp</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Constructor, takes <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>op_ptr</em>&nbsp;</td><td>the output stream object </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>sp</em>&nbsp;</td><td>the source parameters </td></tr>
  </table>
</dl>

</div>
</div><p>
<a class="anchor" name="a68bba4533814ba64c2da841604a6d58"></a><!-- doxytag: member="dirac::StreamPicOutput::~StreamPicOutput" ref="a68bba4533814ba64c2da841604a6d58" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual dirac::StreamPicOutput::~StreamPicOutput           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="2dc366e453450edf4a8d6236434f35e6"></a><!-- doxytag: member="dirac::StreamPicOutput::StreamPicOutput" ref="2dc366e453450edf4a8d6236434f35e6" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">dirac::StreamPicOutput::StreamPicOutput           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="8b2e93372c8e06636bcfe82d7f97704e"></a><!-- doxytag: member="dirac::StreamPicOutput::GetSourceParams" ref="8b2e93372c8e06636bcfe82d7f97704e" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a00131.html">SourceParams</a>&amp; dirac::StreamPicOutput::GetSourceParams           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>References <a class="el" href="a00211_source.html#l00100">m_sparams</a>.</p>

<p>Referenced by <a class="el" href="a00211_source.html#l00178">dirac::MemoryStreamOutput::GetSourceParams()</a>.</p>

</div>
</div><p>
<a class="anchor" name="f46fd0fd7a10e6400343e8b014843d78"></a><!-- doxytag: member="dirac::StreamPicOutput::WriteToNextFrame" ref="f46fd0fd7a10e6400343e8b014843d78" args="(const Picture &amp;myframe)=0" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual bool dirac::StreamPicOutput::WriteToNextFrame           </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="a00108.html">Picture</a> &amp;&nbsp;</td>
          <td class="paramname"> <em>myframe</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [pure virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Implemented in <a class="el" href="a00137.html#b14c05b50042310129f4bf41d7a0a140">dirac::StreamFrameOutput</a>, and <a class="el" href="a00135.html#3cb2983308a9e22999dec5529c536e46">dirac::StreamFieldOutput</a>.</p>

</div>
</div><p>
<hr><h2>Member Data Documentation</h2>
<a class="anchor" name="7ca9c384143e1b426d97eef5fbc8fd6b"></a><!-- doxytag: member="dirac::StreamPicOutput::m_op_pic_ptr" ref="7ca9c384143e1b426d97eef5fbc8fd6b" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">std::ostream* <a class="el" href="a00139.html#7ca9c384143e1b426d97eef5fbc8fd6b">dirac::StreamPicOutput::m_op_pic_ptr</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="339468a6bca6ef001028550f222875dd"></a><!-- doxytag: member="dirac::StreamPicOutput::m_sparams" ref="339468a6bca6ef001028550f222875dd" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a00131.html">SourceParams</a> <a class="el" href="a00139.html#339468a6bca6ef001028550f222875dd">dirac::StreamPicOutput::m_sparams</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Referenced by <a class="el" href="a00211_source.html#l00096">GetSourceParams()</a>.</p>

</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="a00211_source.html">pic_io.h</a></ul>
</div>
<hr>
<p align="center"><small>
&copy; 2004 British Broadcasting Corporation.
Dirac code licensed under the <a href="http://www.mozilla.org/MPL/">Mozilla Public License (MPL) Version 1.1</a>.<br>
HTML documentation generated by Dimitri van Heesch's
excellent <a href="http://www.doxygen.org">Doxygen</a> tool.
</small></p>
</body>
</html>