Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > media > updates > by-pkgid > 18785641029f14f23cccc82925607ace > files > 128

libalsa2-docs-0.9.0-0.14rc7.1mdk.ppc.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>_snd_pcm_scope_ops struct 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> &nbsp; <a class="qindex" href="modules.html">Modules</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; <a class="qindex" href="pages.html">Related Pages</a> &nbsp; <a class="qindex" href="examples.html">Examples</a> &nbsp; </center>
<hr><h1>_snd_pcm_scope_ops Struct Reference<br>
<small>
[<a class="el" href="group___p_c_m___scope.html">Scope Plugin Extension</a>]</small>
</h1><table border=0 cellpadding=0 cellspacing=0>
<tr><td></td></tr>
<tr><td colspan=2><br><h2>Data Fields</h2></td></tr>
<tr><td nowrap align=right valign=top>int(*&nbsp;</td><td valign=bottom><a class="el" href="struct__snd__pcm__scope__ops.html#m0">enable</a> )(<a class="el" href="group___p_c_m.html#a24">snd_pcm_scope_t</a> *scope)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Enable and prepare it using current params.</em> <a href="#m0"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void(*&nbsp;</td><td valign=bottom><a class="el" href="struct__snd__pcm__scope__ops.html#m1">disable</a> )(<a class="el" href="group___p_c_m.html#a24">snd_pcm_scope_t</a> *scope)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Disable.</em> <a href="#m1"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void(*&nbsp;</td><td valign=bottom><a class="el" href="struct__snd__pcm__scope__ops.html#m2">start</a> )(<a class="el" href="group___p_c_m.html#a24">snd_pcm_scope_t</a> *scope)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>PCM has been started.</em> <a href="#m2"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void(*&nbsp;</td><td valign=bottom><a class="el" href="struct__snd__pcm__scope__ops.html#m3">stop</a> )(<a class="el" href="group___p_c_m.html#a24">snd_pcm_scope_t</a> *scope)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>PCM has been stopped.</em> <a href="#m3"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void(*&nbsp;</td><td valign=bottom><a class="el" href="struct__snd__pcm__scope__ops.html#m4">update</a> )(<a class="el" href="group___p_c_m.html#a24">snd_pcm_scope_t</a> *scope)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>New frames are present.</em> <a href="#m4"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void(*&nbsp;</td><td valign=bottom><a class="el" href="struct__snd__pcm__scope__ops.html#m5">reset</a> )(<a class="el" href="group___p_c_m.html#a24">snd_pcm_scope_t</a> *scope)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Reset status.</em> <a href="#m5"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void(*&nbsp;</td><td valign=bottom><a class="el" href="struct__snd__pcm__scope__ops.html#m6">close</a> )(<a class="el" href="group___p_c_m.html#a24">snd_pcm_scope_t</a> *scope)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>PCM is closing.</em> <a href="#m6"></a><em></em></font><br><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
<a class="el" href="group___p_c_m.html#a76a141">SND_PCM_TYPE_METER</a> scope functions 
<p>
<hr><h2>Field Documentation</h2>
<a name="m6" doxytag="_snd_pcm_scope_ops::close"></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"> void(* _snd_pcm_scope_ops::close)(<a class="el" href="group___p_c_m.html#a24">snd_pcm_scope_t</a> *scope)
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
PCM is closing.
<p>
<dl compact><dt><b>Parameters: </b></dt><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>scope</em>&nbsp;</td><td>
scope handle </td></tr>
</table>
</dl>    </td>
  </tr>
</table>
<a name="m1" doxytag="_snd_pcm_scope_ops::disable"></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"> void(* _snd_pcm_scope_ops::disable)(<a class="el" href="group___p_c_m.html#a24">snd_pcm_scope_t</a> *scope)
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Disable.
<p>
<dl compact><dt><b>Parameters: </b></dt><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>scope</em>&nbsp;</td><td>
scope handle </td></tr>
</table>
</dl>    </td>
  </tr>
</table>
<a name="m0" doxytag="_snd_pcm_scope_ops::enable"></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"> int(* _snd_pcm_scope_ops::enable)(<a class="el" href="group___p_c_m.html#a24">snd_pcm_scope_t</a> *scope)
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Enable and prepare it using current params.
<p>
<dl compact><dt><b>Parameters: </b></dt><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>scope</em>&nbsp;</td><td>
scope handle </td></tr>
</table>
</dl>    </td>
  </tr>
</table>
<a name="m5" doxytag="_snd_pcm_scope_ops::reset"></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"> void(* _snd_pcm_scope_ops::reset)(<a class="el" href="group___p_c_m.html#a24">snd_pcm_scope_t</a> *scope)
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Reset status.
<p>
<dl compact><dt><b>Parameters: </b></dt><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>scope</em>&nbsp;</td><td>
scope handle </td></tr>
</table>
</dl>    </td>
  </tr>
</table>
<a name="m2" doxytag="_snd_pcm_scope_ops::start"></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"> void(* _snd_pcm_scope_ops::start)(<a class="el" href="group___p_c_m.html#a24">snd_pcm_scope_t</a> *scope)
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
PCM has been started.
<p>
<dl compact><dt><b>Parameters: </b></dt><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>scope</em>&nbsp;</td><td>
scope handle </td></tr>
</table>
</dl>    </td>
  </tr>
</table>
<a name="m3" doxytag="_snd_pcm_scope_ops::stop"></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"> void(* _snd_pcm_scope_ops::stop)(<a class="el" href="group___p_c_m.html#a24">snd_pcm_scope_t</a> *scope)
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
PCM has been stopped.
<p>
<dl compact><dt><b>Parameters: </b></dt><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>scope</em>&nbsp;</td><td>
scope handle </td></tr>
</table>
</dl>    </td>
  </tr>
</table>
<a name="m4" doxytag="_snd_pcm_scope_ops::update"></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"> void(* _snd_pcm_scope_ops::update)(<a class="el" href="group___p_c_m.html#a24">snd_pcm_scope_t</a> *scope)
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
New frames are present.
<p>
<dl compact><dt><b>Parameters: </b></dt><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>scope</em>&nbsp;</td><td>
scope handle </td></tr>
</table>
</dl>    </td>
  </tr>
</table>
<hr>The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="pcm_8h-source.html">pcm.h</a></ul>
<hr><address style="align: right;"><small>Generated on Wed Apr 2 16:06:36 2003 for ALSA project - the C library reference by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0 
width=110 height=53></a>1.2.18 </small></address>
</body>
</html>