multimediacommsengine/tsrc/mccstub/inc/mccuids.hrh
changeset 0 1bce908db942
equal deleted inserted replaced
-1:000000000000 0:1bce908db942
       
     1 /*
       
     2 * Copyright (c) 2004 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:    UIDs for MCC
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #ifndef MCCUIDS_HRH
       
    22 #define MCCUIDS_HRH
       
    23 
       
    24 // -----------------------------------------------------------------------------
       
    25 // Controller
       
    26 // -----------------------------------------------------------------------------
       
    27 // Plugin DLL UID
       
    28 #define KDllUidMccController            0x102073F6 
       
    29 
       
    30 // Interface Implementation UIDs
       
    31 #define KImplUidMccController           0x10207406  // MMF Controller plugin interface
       
    32 
       
    33 // -----------------------------------------------------------------------------
       
    34 // AMR Payload Format
       
    35 // -----------------------------------------------------------------------------
       
    36 // Plugin DLL UID
       
    37 #define KDllUidAmrPayloadFormat         0x102073F0
       
    38 
       
    39 // Interface Implementation UIDs
       
    40 #define KImplUidAmrPayloadFormatEncode  0x102073FB  // CMMFFormatEncode interface
       
    41 #define KImplUidAmrPayloadFormatDecode  0x102073FC  // CMMFFormatDecode interface
       
    42 
       
    43 // -----------------------------------------------------------------------------
       
    44 // G711 Payload Format
       
    45 // -----------------------------------------------------------------------------
       
    46 // Plugin DLL UID
       
    47 #define KDllUidG711PayloadFormat         0x1028257C
       
    48 
       
    49 // Interface Implementation UIDs
       
    50 #define KImplUidG711PayloadFormatEncode  0x1028257D  // CMMFFormatEncode interface
       
    51 #define KImplUidG711PayloadFormatDecode  0x1028257E  // CMMFFormatDecode interface
       
    52 
       
    53 // -----------------------------------------------------------------------------
       
    54 // G729 Payload Format
       
    55 // -----------------------------------------------------------------------------
       
    56 // Plugin DLL UID
       
    57 #define KDllUidG729PayloadFormat         0x1028257F
       
    58 
       
    59 // Interface Implementation UIDs
       
    60 #define KImplUidG729PayloadFormatEncode  0x10282580  // CMMFFormatEncode interface
       
    61 #define KImplUidG729PayloadFormatDecode  0x10282581  // CMMFFormatDecode interface
       
    62 
       
    63 // -----------------------------------------------------------------------------
       
    64 // iLBC Payload Format
       
    65 // -----------------------------------------------------------------------------
       
    66 // Plugin DLL UID
       
    67 #define KDllUidiLBCPayloadFormat         0x10282582
       
    68 
       
    69 // Interface Implementation UIDs
       
    70 #define KImplUidiLBCPayloadFormatEncode  0x10282583  // CMMFFormatEncode interface
       
    71 #define KImplUidiLBCPayloadFormatDecode  0x10282584  // CMMFFormatDecode interface
       
    72 
       
    73 // -----------------------------------------------------------------------------
       
    74 // Any Payload Format
       
    75 // -----------------------------------------------------------------------------
       
    76 // Plugin DLL UID
       
    77 #define KDllUidAnyPayloadFormat         0x102747DB
       
    78 
       
    79 // Interface Implementation UIDs
       
    80 #define KImplUidAnyPayloadFormatDecode  0x102747DC  // CMMFFormatDecode interface
       
    81 
       
    82 // -----------------------------------------------------------------------------
       
    83 // AVC Payload Format
       
    84 // -----------------------------------------------------------------------------
       
    85 // Plugin DLL UID
       
    86 #define KDllUidAvcPayloadFormat         0x102823A1
       
    87 
       
    88 // Interface Implementation UIDs
       
    89 #define KImplUidAvcPayloadFormatEncode  0x102823A2	  // CMMFFormatEncode interface
       
    90 
       
    91 // -----------------------------------------------------------------------------
       
    92 // DTMF Payload Format
       
    93 // -----------------------------------------------------------------------------
       
    94 // Plugin DLL UID
       
    95 #define KDllUidDTMFPayloadFormat         0x102073F1
       
    96 
       
    97 // Interface Implementation UIDs
       
    98 #define KImplUidDTMFPayloadFormatEncode  0x102073FD  // CMMFFormatEncode interface
       
    99 #define KImplUidDTMFPayloadFormatDecode  0x102073FE  // CMMFFormatDecode interface
       
   100 
       
   101 // -----------------------------------------------------------------------------
       
   102 // H263 Payload Format
       
   103 // -----------------------------------------------------------------------------
       
   104 // Plugin DLL UID
       
   105 #define KDllUidH263PayloadFormat         0x102747D9
       
   106 
       
   107 // Interface Implementation UIDs
       
   108 #define KImplUidH263PayloadFormatEncode  0x102747DA  // CMMFFormatEncode interface
       
   109 
       
   110 // -----------------------------------------------------------------------------
       
   111 // Red Payload Format
       
   112 // -----------------------------------------------------------------------------
       
   113 // Plugin DLL UID
       
   114 #define KDllUidRedPayloadFormat         0x102073F9
       
   115 
       
   116 // Interface Implementation UIDs
       
   117 #define KImplUidRedPayloadFormatEncode  0x10207409      // CMMFFormatEncode interface
       
   118 #define KImplUidRedPayloadFormatDecode  0x1020740A      // CMMFFormatDecode interface
       
   119 
       
   120 // -----------------------------------------------------------------------------
       
   121 // File SourceSink
       
   122 // -----------------------------------------------------------------------------
       
   123 // Plugin DLL UID
       
   124 #define KDllUidMccFileSourceSink     	0x102747CB
       
   125 
       
   126 // Interface Implementation UIDs
       
   127 #define KImplUidMccFileSource           0x102747D5      // MMF MDataSource interface
       
   128 #define KImplUidMccFileSink           	0x102747D7      // MMF MDataSink interface
       
   129 
       
   130 // -----------------------------------------------------------------------------
       
   131 // Jitter Buffer
       
   132 // -----------------------------------------------------------------------------
       
   133 // Plugin DLL UID
       
   134 #define KDllUidMccJitterBuffer          0x102073F5
       
   135 
       
   136 // Interface Implementation UIDs
       
   137 #define KImplUidMccJitterBuffer         0x10207405  // CMccJitterBuffer interface
       
   138 
       
   139 // -----------------------------------------------------------------------------
       
   140 // Media NAT Traversal
       
   141 // -----------------------------------------------------------------------------
       
   142 // Plugin DLL UID
       
   143 #define KDllUidMedianattraversal        0x10282DB7
       
   144 
       
   145 // Interface Implementation UIDs
       
   146 #define KImplUidMccmedianattraversal    0x10282DB9
       
   147 
       
   148 // -----------------------------------------------------------------------------
       
   149 // RTP SourceSink
       
   150 // -----------------------------------------------------------------------------
       
   151 // Plugin DLL UID
       
   152 #define KDllUidRtpSourceSink            0x102073FA
       
   153 
       
   154 // Interface Implementation UIDs
       
   155 #define KImplUidRtpDataSource           0x1020740B      // MMF MDataSource interface
       
   156 #define KImplUidRtpDataSink             0x1020740C      // MMF MDataSink interface
       
   157 
       
   158 // -----------------------------------------------------------------------------
       
   159 // Video SourceSink
       
   160 // -----------------------------------------------------------------------------
       
   161 // Plugin DLL UID
       
   162 #define KDllUidMccVideoSourceSink     	0x102747CC
       
   163 
       
   164 // Interface Implementation UIDs
       
   165 #define KImplUidMccVideoSource          0x102747D6      // MMF MDataSource interface
       
   166 #define KImplUidMccVideoSink           	0x102747D8      // MMF MDataSink interface
       
   167 
       
   168 // -----------------------------------------------------------------------------
       
   169 // Multiplexer
       
   170 // -----------------------------------------------------------------------------
       
   171 // DLL UID
       
   172 #define KDllUidMccMultiplexer        	0x10282585
       
   173 
       
   174 // -----------------------------------------------------------------------------
       
   175 // Any SourceSink
       
   176 // -----------------------------------------------------------------------------
       
   177 // Plugin DLL UID
       
   178 #define KDllUidMccAnySourceSink     	0x10283393
       
   179 
       
   180 // Interface Implementation UIDs
       
   181 #define KImplUidMccAnySource            0x10283394      // MMF MDataSource interface
       
   182 #define KImplUidMccAnySink              0x10283395      // MMF MDataSink interface
       
   183 
       
   184 // -----------------------------------------------------------------------------
       
   185 // TRANSCODER
       
   186 // -----------------------------------------------------------------------------
       
   187 // Plugin DLL UID
       
   188 #define KDllUidTranscoder                 0x10282896
       
   189 
       
   190 // Interface Implementation UID
       
   191 #define KImplUidTranscoder                0x10282897
       
   192 
       
   193 
       
   194 // Plugin Interface UID 
       
   195 #define KMmfUidPluginInterfaceTranscoder  0x10282898
       
   196 
       
   197 #endif /* MCCUIDS_HRH */
       
   198