Symbian3/PDK/Source/GUID-A9803A57-BB43-53F3-97BA-3B5E91D925F0.dita
author Dominic Pinkman <dominic.pinkman@nokia.com>
Fri, 13 Aug 2010 16:47:46 +0100
changeset 14 578be2adaf3e
parent 5 f345bda72bc4
permissions -rw-r--r--
Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
14
578be2adaf3e Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents: 5
diff changeset
     1
<?xml version="1.0" encoding="utf-8"?>
578be2adaf3e Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents: 5
diff changeset
     2
<!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. -->
578be2adaf3e Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents: 5
diff changeset
     3
<!-- This component and the accompanying materials are made available under the terms of the License 
578be2adaf3e Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents: 5
diff changeset
     4
"Eclipse Public License v1.0" which accompanies this distribution, 
578be2adaf3e Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents: 5
diff changeset
     5
and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
578be2adaf3e Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents: 5
diff changeset
     6
<!-- Initial Contributors:
578be2adaf3e Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents: 5
diff changeset
     7
    Nokia Corporation - initial contribution.
578be2adaf3e Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents: 5
diff changeset
     8
Contributors: 
578be2adaf3e Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents: 5
diff changeset
     9
-->
578be2adaf3e Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents: 5
diff changeset
    10
<!DOCTYPE concept
578be2adaf3e Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents: 5
diff changeset
    11
  PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
578be2adaf3e Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents: 5
diff changeset
    12
<concept xml:lang="en" id="GUID-A9803A57-BB43-53F3-97BA-3B5E91D925F0"><title> Subtitle Graphic Overview </title><prolog><metadata><keywords/></metadata></prolog><conbody><p>This document introduces you to the Subtitle Graphic library. </p> <section><title>Purpose</title> <p>Subtitle Graphic is used to add subtitle CRP for Multimedia Framework (MMF). </p> <p><b>Subtitle Graphic library details</b> </p> <p>The Dynamic Link Library (DLL) that provides the Subtitle Graphic functionality and the library to which your code must include is identified in the table below. </p> <table id="GUID-8325B375-6524-5072-BE1A-CF35E0CFD5B9"><tgroup cols="3"><colspec colname="col0"/><colspec colname="col1"/><colspec colname="col2"/><thead><row><entry>DLL</entry> <entry>LIB</entry> <entry>Short Description</entry> </row> </thead> <tbody><row><entry><p> <b>subtitlegraphic.dll</b>  </p> </entry> <entry><p> <b>subtitlegraphic.lib</b>  </p> </entry> <entry><p>These files are necessary to implement Subtitle Graphic functionality. </p> </entry> </row> </tbody> </tgroup> </table> </section> <section><title>Architectural relationship</title> <p>Subtitle Graphic is key library for the Video Subtitle CRP component to interact with MMF. </p> </section> <section><title>Description</title> <p>Subtitle Graphic displays subtitles artwork on the screen through its interaction with Client Process, Controller Process and WServ Process. For information about Client Process, Controller Process and WServ see Architectural relationship session in <xref href="GUID-80E8BA3A-FDF3-50A5-BF44-181C40C31F09.dita#GUID-80E8BA3A-FDF3-50A5-BF44-181C40C31F09/GUID-845818F1-02CA-59FE-85F8-22623880759D">Video Subtitle CRP Overview</xref>. </p> <p>In Client Process, the Client Application passes a subtitle support request to the Video Client API. In Controller Process, the Video Player Controller gets notified by MMF to handle the corresponding subtitle commands and stream. </p> <p>The subtitle commands and stream are decoded and rendered in Controller Process and sent to WServ Process. Video Player Controller provides artwork for Video Subtitle CRP to render content to the application window within WServ Process. </p> </section> <section><title>Key Subtitle Graphic Class</title> <p>The Subtitle Graphic functionality is provided by the following key class: </p> <p> <xref href="GUID-A6DB8EBA-56B2-35F2-A791-918400779A85.dita"><apiname>CMMFSubtitleGraphic</apiname></xref> is a client class representation of WServ Process. </p> </section> <section><title>Using Subtitle Graphic</title> <p>You can initialise and use the functionality to display subtitles artwork on a video window. </p> </section> </conbody><related-links><link href="GUID-A4354C8C-2A00-50C1-8DC6-6CE748BC01EB.dita"><linktext>Using Subtitle Graphic
1
25a17d01db0c Addition of the PDK content and example code for Documentation_content according to Feature bug 1607 and bug 1608
Dominic Pinkman <Dominic.Pinkman@Nokia.com>
parents:
diff changeset
    13
                </linktext> </link> </related-links></concept>