Symbian3/SDK/Source/GUID-BDC081CA-FB0D-5F56-8C1B-F7AC9DD6875D.dita
author Dominic Pinkman <dominic.pinkman@nokia.com>
Tue, 20 Jul 2010 12:00:49 +0100
changeset 13 48780e181b38
parent 0 89d6a7a84779
permissions -rw-r--r--
Week 28 contribution of SDK documentation content. See release notes for details. Fixes bugs Bug 1897 and Bug 1522.

<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. -->
<!-- This component and the accompanying materials are made available under the terms of the License 
"Eclipse Public License v1.0" which accompanies this distribution, 
and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
<!-- Initial Contributors:
    Nokia Corporation - initial contribution.
Contributors: 
-->
<!DOCTYPE concept
  PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
<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>