Sophie

Sophie

distrib > Fedora > 13 > x86_64 > by-pkgid > f48941b2df41f17d4c9519d16b753438 > files > 481

ClanLib06-devel-0.6.5-16.fc13.x86_64.rpm


<html>
<head><title>ClanLib Reference: CL_StreamSoundProvider</title></head>
<body text=black link=blue vlink=#800080 bgcolor=white topmargin=0 leftmargin=0>
<table border=0 cellspacing=0 cellpadding=0 width=100%><tr><td><img border=0 src="../images/eyeheader-main-purple-a.gif" alt="ClanSoft logo" width=525 height=96></td></tr>
<tr bgcolor=#dadada><td align=left valign=top><img border=0 src="../images/eyeheader-main-purple-b.gif" alt="ClanSoft logo" width=190 height=14></td><td align=right valign=top><img border=0 src="../images/clanlib_light.gif" width=42 height=14></td></tr></table>
<table align=center border=0 cellspacing=10> <tr>
<td><a href="entire_class_index.html">Entire Class Index</a></td>
<td><a href="class_index.html">Main Class Index</a></td>
<td><a href="cross_index.html">Cross Index</a></td>
<td><a href="global_index.html">Global Index</a></td>
</table><h1 align=center>Class CL_StreamSoundProvider</h1><p>
<b>  Streamed soundprovider.</b><br>
Contained in: <a href="global_index.html">global</a><br>
Derived from:
<i>none</i>
<br>
Derived by:
<a href="CL_Streamed_MikModSample.html">CL_Streamed_MikModSample</a>
<a href="CL_Streamed_RawSample.html">CL_Streamed_RawSample</a>
<a href="CL_Streamed_WaveSample.html">CL_Streamed_WaveSample</a>
<a href="CL_VorbisSoundProvider.html">CL_VorbisSoundProvider</a>
<br>Group: Sound (Audio Mixing)
<p>
#include &lt;ClanLib/sound.h&gt;
<p>
<hr noshade>
<table border=0>
<tr><td colspan=3><h3>public function member index:</h3></td>
<tr valign=top><td align=left><h3>Construction:</h3></td>
<tr valign=top><td align=right><tt><tt>virtual</tt> </tt> </td><td align=right><a href="CL_StreamSoundProvider.html#243"><tt><font color=blue><b>~CL_StreamSoundProvider</b></font></tt></a></td><td><tt>()</tt>;</td>
<tr valign=top><td align=left><h3>Operations:</h3></td>
<tr valign=top><td align=right><tt><tt>virtual</tt> <a href="CL_StreamSoundProvider_Session.html"><tt><font color=navy><b>CL_StreamSoundProvider_Session</b></font></tt></a>*</tt> </td><td align=right><a href="CL_StreamSoundProvider.html#244"><tt><font color=blue><b>begin_session</b></font></tt></a></td><td><tt>()</tt>;</td>
<tr valign=top><td align=right><tt><tt>virtual</tt> <tt><font color=purple>void</font></tt></tt> </td><td align=right><a href="CL_StreamSoundProvider.html#245"><tt><font color=blue><b>end_session</b></font></tt></a></td><td><tt>(<a href="CL_StreamSoundProvider_Session.html"><tt><font color=navy><b>CL_StreamSoundProvider_Session</b></font></tt></a>* <tt><font color=blue>session</font></tt>)</tt>;</td>
<tr><td>&nbsp;</td></table>
<hr noshade>
<h2>Description:</h2>
  Interface to streamed sound sources. Used by the <a href="CL_SoundBuffer.html">CL_SoundBuffer</a> class to  start and stop playback.<br><p>
<hr noshade>
<h2>Function Member Descriptions:</h2>
<a name="244"><font size=+1><b>CL_StreamSoundProvider::begin_session</b></font></a> -   Called by <a href="CL_SoundBuffer.html">CL_SoundBuffer</a> when a new session starts.<br><tt><tt>virtual</tt> <a href="CL_StreamSoundProvider_Session.html"><tt><font color=navy><b>CL_StreamSoundProvider_Session</b></font></tt></a>*</tt> <a href="CL_StreamSoundProvider.html#244"><tt><font color=blue><b>begin_session</b></font></tt></a><tt>()</tt>;<br><blockquote>  Returns - The soundbuffer session to be attached to the newly<br>  Returns - started session.</blockquote>
<hr size="1" width="70%" align="left" noshade="noshade"><br><br>
<a name="245"><font size=+1><b>CL_StreamSoundProvider::end_session</b></font></a> -   Called by <a href="CL_SoundBuffer.html">CL_SoundBuffer</a> when a session has finished. After this call,<br>  CL_SoundBuffer will not access the session anymore. It can safely be deleted  here (and in most cases should be delete here).<br><tt><tt>virtual</tt> <tt><font color=purple>void</font></tt></tt> <a href="CL_StreamSoundProvider.html#245"><tt><font color=blue><b>end_session</b></font></tt></a><tt>(<a href="CL_StreamSoundProvider_Session.html"><tt><font color=navy><b>CL_StreamSoundProvider_Session</b></font></tt></a>* <tt><font color=blue>session</font></tt>)</tt>;<hr size="1" width="70%" align="left" noshade="noshade"><br><br>
<a name="243"><font size=+1><b>CL_StreamSoundProvider::~CL_StreamSoundProvider</b></font></a> -   Stream Sound Provider Destructor<br><tt><tt>virtual</tt> </tt> <a href="CL_StreamSoundProvider.html#243"><tt><font color=blue><b>~CL_StreamSoundProvider</b></font></tt></a><tt>()</tt>;<hr size="1" width="70%" align="left" noshade="noshade"><br><br>
<hr noshade>
</body>
</html>