Symbian3/PDK/Source/GUID-2A69B0EE-FA13-49C3-B4FE-50D0910FA37D.dita
changeset 12 80ef3a206772
parent 9 59758314f811
equal deleted inserted replaced
11:5072524fcc79 12:80ef3a206772
    12 <task id="GUID-2A69B0EE-FA13-49C3-B4FE-50D0910FA37D" xml:lang="en"><title>Processing
    12 <task id="GUID-2A69B0EE-FA13-49C3-B4FE-50D0910FA37D" xml:lang="en"><title>Processing
    13 Key Stream</title><shortdesc>The <codeph>CKeyStreamDecoder</codeph> class provides an interface
    13 Key Stream</title><shortdesc>The <codeph>CKeyStreamDecoder</codeph> class provides an interface
    14 for initializing key stream decoders and process a key stream.</shortdesc><prolog><metadata><keywords/></metadata></prolog><taskbody>
    14 for initializing key stream decoders and process a key stream.</shortdesc><prolog><metadata><keywords/></metadata></prolog><taskbody>
    15 <context id="GUID-BFEED1F1-D00C-4E4A-B14E-8F60842A5F13">       <p>Follow the steps below to process a Key stream:</p>   
    15 <context id="GUID-BFEED1F1-D00C-4E4A-B14E-8F60842A5F13">       <p>Follow the steps below to process a Key stream:</p>   
    16  </context>
    16  </context>
    17 <steps id="GUID-4DD07DEC-6017-4237-BE46-1D69E5FBD744-GENID-1-12-1-27-1-1-6-1-6-1-5-1-3-1-4-1-3-2">
    17 <steps id="GUID-4DD07DEC-6017-4237-BE46-1D69E5FBD744-GENID-1-12-1-26-1-1-6-1-6-1-5-1-3-1-4-1-3-2">
    18 <step id="GUID-9A69E5AD-E938-4092-A8C2-CB65C37C8962-GENID-1-12-1-27-1-1-6-1-6-1-5-1-3-1-4-1-3-2-1"><cmd>Initialize a key
    18 <step id="GUID-9A69E5AD-E938-4092-A8C2-CB65C37C8962-GENID-1-12-1-26-1-1-6-1-6-1-5-1-3-1-4-1-3-2-1"><cmd>Initialize a key
    19 stream decoder using <xref href="GUID-EE67D14D-1011-3B27-ADEC-C6C192339903.dita#GUID-EE67D14D-1011-3B27-ADEC-C6C192339903/GUID-F8F59778-6554-35A0-A2AD-DD689A89664D"><apiname>CKeyStreamDecoder::NewLC()</apiname></xref> to launch
    19 stream decoder using <xref href="GUID-EE67D14D-1011-3B27-ADEC-C6C192339903.dita#GUID-EE67D14D-1011-3B27-ADEC-C6C192339903/GUID-F8F59778-6554-35A0-A2AD-DD689A89664D"><apiname>CKeyStreamDecoder::NewLC()</apiname></xref> to launch
    20 a streaming agent. </cmd>
    20 a streaming agent. </cmd>
    21 <info>           <p>When a key stream decoder is initialized, a streaming
    21 <info>           <p>When a key stream decoder is initialized, a streaming
    22 agent that can handle the requested stream data is identified and launched.
    22 agent that can handle the requested stream data is identified and launched.
    23 Get the required parameters as input for integrating with the with Session
    23 Get the required parameters as input for integrating with the with Session