Adaptation/GUID-1499E635-B6E3-51A0-AE38-ADF99FF86CD6.dita
changeset 15 307f4279f433
equal deleted inserted replaced
14:578be2adaf3e 15:307f4279f433
       
     1 <?xml version="1.0" encoding="utf-8"?>
       
     2 <!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. -->
       
     3 <!-- This component and the accompanying materials are made available under the terms of the License 
       
     4 "Eclipse Public License v1.0" which accompanies this distribution, 
       
     5 and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
       
     6 <!-- Initial Contributors:
       
     7     Nokia Corporation - initial contribution.
       
     8 Contributors: 
       
     9 -->
       
    10 <!DOCTYPE concept
       
    11   PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
       
    12 <concept id="GUID-1499E635-B6E3-51A0-AE38-ADF99FF86CD6" xml:lang="en"><title>Sound
       
    13 Driver LDD Overview</title><shortdesc>Describes the sound driver LDD part of the sound driver framework. </shortdesc><prolog><metadata><keywords/></metadata></prolog><conbody>
       
    14 <section id="GUID-0A84C890-65DD-46AE-BC8E-9020996D2899"><title>Purpose</title> <p>The sound driver provides the conduit by
       
    15 which Symbian platform can access the audio hardware and hence create sounds:
       
    16 for example multi-media applications and ring tones. </p> </section>
       
    17 <section id="GUID-2EBA51DD-5599-419C-A251-AB509CE3D407"><title>Required background</title> <p>Since audio hardware is rather
       
    18 complex, the reader of this document needs to know what is meant by: </p> <ul>
       
    19 <li id="GUID-43DF6FEB-6045-559A-97BC-1C0C20DE1AED"><p>Audio channels </p> </li>
       
    20 <li id="GUID-62FD63A2-2901-579E-A33B-D227C5543DDE"><p>Codec </p> </li>
       
    21 </ul> </section>
       
    22 <section id="GUID-00AD36A1-D39D-4F7F-B1A5-F4DB10487718"><title>Key concepts and terms</title> <dl>
       
    23 <dlentry>
       
    24 <dt>Codec</dt>
       
    25 <dd><p>Stands for COmpressor-DECompressor and refers to the algorithm used
       
    26 to compress and decompress the audio data stream. </p> </dd>
       
    27 </dlentry>
       
    28 </dl> </section>
       
    29 <section id="GUID-018D8B6C-D05C-474E-90A2-2B482636CA82"><title>Architecture</title> <p>The LDD for the sound driver sits
       
    30 below the <xref href="GUID-6FBFA078-8253-3E24-B1F8-5F75E86C3066.dita"><apiname>RBusLogicalChannel</apiname></xref> and the <xref href="GUID-B0118EDD-2B08-353E-BE92-2DC75E5622B3.dita"><apiname>RSoundSc</apiname></xref> classes. </p> <p>The
       
    31 communication between the driver and the application on the user-side is handled
       
    32 by class <xref href="GUID-B0118EDD-2B08-353E-BE92-2DC75E5622B3.dita"><apiname>RSoundSc</apiname></xref>. </p> </section>
       
    33 <section id="GUID-8E0A77A7-4514-44CA-A1B0-F26B7614E2FE"><title>APIs</title> <table id="GUID-56059B35-9466-5067-B136-9AC1D15D33AC">
       
    34 <tgroup cols="2"><colspec colname="col0"/><colspec colname="col1"/>
       
    35 <thead>
       
    36 <row>
       
    37 <entry>API</entry>
       
    38 <entry>Description</entry>
       
    39 </row>
       
    40 </thead>
       
    41 <tbody>
       
    42 <row>
       
    43 <entry><p> <xref href="GUID-5807543D-A30F-3EB9-8F28-91A623B0D484.dita"><apiname>DSoundScLdd</apiname></xref>  </p> </entry>
       
    44 <entry><p>Defines each logical channel. One instance of this class is created
       
    45 for each driver channel opened. </p> </entry>
       
    46 </row>
       
    47 </tbody>
       
    48 </tgroup>
       
    49 </table> </section>
       
    50 <section id="GUID-6B257FE9-F036-4808-A1A0-186964B25608"><title>Typical uses</title> <p>The sound driver is used whenever
       
    51 audio operations are required: for example MP3 player, having a phone call
       
    52 and ring tones. </p> <ul>
       
    53 <li id="GUID-931CC604-0C09-5990-9DDF-88AEA1086EFE"><p>MP3 player </p> </li>
       
    54 <li id="GUID-8680BFA5-52DE-58A3-88D1-24810DBA0BF5"><p>Multi-media </p> </li>
       
    55 </ul> </section>
       
    56 </conbody><related-links>
       
    57 <link href="GUID-E2641957-8163-5EF4-B282-FC3FD9CA75A6.dita"><linktext>Sound Driver
       
    58 Technology</linktext></link>
       
    59 </related-links></concept>