author | Graeme Price <GRAEME.PRICE@NOKIA.COM> |
Fri, 15 Oct 2010 14:32:18 +0100 | |
changeset 15 | 307f4279f433 |
parent 14 | 578be2adaf3e |
permissions | -rw-r--r-- |
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"> |
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
|
12 |
<concept xml:lang="en" id="GUID-BDC081CA-FB0D-5F56-8C1B-F7AC9DD6875D"><title> Writing a Format Plugin</title><prolog><metadata><keywords/></metadata></prolog><conbody><p>To write a Multimedia Framework (MMF) format plugin, the following needs to be done: </p> <ul><li id="GUID-224F84F6-9E61-5179-8128-CE564C000C48"><p>Write the appropriate source <codeph>.cpp</codeph> and <codeph>.h</codeph> files that make up the implementation of the format plugin. See <xref href="GUID-30FDDA7A-FF46-51A5-B73A-277C9FF69FFD.dita">Creating a Format Decode Plugin</xref> and <xref href="GUID-55B9AF74-DF38-5490-BD3C-908A2FE362E6.dita">Creating a Format Encode Plugin</xref> for information on how to do this. </p> </li> <li id="GUID-F2D1BC6D-BFF5-5E1C-85CC-379A2DBDEF5F"><p>Write a <xref href="GUID-BDC081CA-FB0D-5F56-8C1B-F7AC9DD6875D.dita#GUID-BDC081CA-FB0D-5F56-8C1B-F7AC9DD6875D/GUID-0F5F293C-B22E-5D28-AAA5-2310F22B79D7">resource file</xref> defining the formats available in the plugin DLL. </p> </li> <li id="GUID-16FE0B2E-C90F-5FB9-A72C-8964BC27F61A"><p>Write the appropriate <xref href="GUID-BDC081CA-FB0D-5F56-8C1B-F7AC9DD6875D.dita#GUID-BDC081CA-FB0D-5F56-8C1B-F7AC9DD6875D/GUID-A9569AB3-CAE5-5B2B-BFCB-10C1F7A9FC15">build</xref> files. </p> </li> <li id="GUID-E53D8658-17BC-50B0-955E-DBFD6BD1EDEE"><p> <xref href="GUID-BDC081CA-FB0D-5F56-8C1B-F7AC9DD6875D.dita#GUID-BDC081CA-FB0D-5F56-8C1B-F7AC9DD6875D/GUID-69DCE433-8D1C-535C-817A-7568EA58F911">Implementation considerations</xref>. </p> </li> </ul> </conbody></concept> |