Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_sound_slice.html
author Dominic Pinkman <Dominic.Pinkman@Nokia.com>
Tue, 30 Mar 2010 11:42:04 +0100
changeset 4 4816d766a08a
parent 1 25a17d01db0c
permissions -rw-r--r--
Week 12 contribution of SDK documentation_content. See release notes for details. Fixes Bug 1892, Bug 1522, Bug 1520, Bug 394, Bug 1319, Bug 344, Bug 1897

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>TB10.1 Example Applications: CSoundSlice Class Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.3 -->
<h1>CSoundSlice Class Reference</h1><!-- doxytag: class="CSoundSlice" -->
<p>
<a href="class_c_sound_slice-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_sound_slice.html#1faab80b375094a7c37c0a1faad2ddfe">~CSoundSlice</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="57d6a326067989570d40bdb427b3400e"></a><!-- doxytag: member="CSoundSlice::GetData" ref="57d6a326067989570d40bdb427b3400e" args="()" -->
const TDesC8 &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_sound_slice.html#57d6a326067989570d40bdb427b3400e">GetData</a> ()</td></tr>

<tr><td colspan="2"><br><h2>Static Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">static <a class="el" href="class_c_sound_slice.html">CSoundSlice</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_sound_slice.html#95ec6cdd799291f2b2437e9cf7482d2b">NewL</a> (const TDesC8 &amp;aData)</td></tr>

<tr><td colspan="2"><br><h2>Static Public Attributes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a9b2804c7e9983165f9695b42435a58e"></a><!-- doxytag: member="CSoundSlice::iOffset" ref="a9b2804c7e9983165f9695b42435a58e" args="" -->
static const TInt&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_sound_slice.html#a9b2804c7e9983165f9695b42435a58e">iOffset</a> = _FOFF(<a class="el" href="class_c_sound_slice.html">CSoundSlice</a>,iLink)</td></tr>

</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
A sound slice read in from the file.<p>
These objects are held in a queue. They are removed from the queue in the callback function MaoscBufferCopied(). 
<p>Definition at line <a class="el" href="_c_media_client_app_u_i_8h-source.html#l00320">320</a> of file <a class="el" href="_c_media_client_app_u_i_8h-source.html">CMediaClientAppUI.h</a>.</p>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="1faab80b375094a7c37c0a1faad2ddfe"></a><!-- doxytag: member="CSoundSlice::~CSoundSlice" ref="1faab80b375094a7c37c0a1faad2ddfe" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">CSoundSlice::~CSoundSlice           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Destructor. 
<p>Definition at line <a class="el" href="_c_media_client_app_u_i_8cpp-source.html#l00876">876</a> of file <a class="el" href="_c_media_client_app_u_i_8cpp-source.html">CMediaClientAppUI.cpp</a>.</p>

</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="95ec6cdd799291f2b2437e9cf7482d2b"></a><!-- doxytag: member="CSoundSlice::NewL" ref="95ec6cdd799291f2b2437e9cf7482d2b" args="(const TDesC8 &amp;aData)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="class_c_sound_slice.html">CSoundSlice</a> * CSoundSlice::NewL           </td>
          <td>(</td>
          <td class="paramtype">const TDesC8 &amp;&nbsp;</td>
          <td class="paramname"> <em>aData</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Allocates and constructs a new synchronous artificial audio stream source. Construction and destruction <dl class="return" compact><dt><b>Returns:</b></dt><dd>New synchronous artificial audio stream source object </dd></dl>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>aData</em>&nbsp;</td><td>Data for the slice </td></tr>
  </table>
</dl>

<p>Definition at line <a class="el" href="_c_media_client_app_u_i_8cpp-source.html#l00859">859</a> of file <a class="el" href="_c_media_client_app_u_i_8cpp-source.html">CMediaClientAppUI.cpp</a>.</p>

</div>
</div><p>
<hr size="1"><address style="text-align: right;"><small>Generated on Thu Jan 21 10:33:07 2010 for TB10.1 Example Applications by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.3 </small></address>
</body>
</html>