multimediacommscontroller/mmccshared/inc/mccuids.hrh
changeset 0 1bce908db942
child 49 64c62431ac08
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 #include "../../../inc/ipappsrvversionnumbers.h"
       
    25 
       
    26 // -----------------------------------------------------------------------------
       
    27 // Controller
       
    28 // -----------------------------------------------------------------------------
       
    29 // Plugin DLL UID
       
    30 #define KDllUidMccController            0x102073F6 
       
    31 
       
    32 // Interface Implementation UIDs
       
    33 #define KImplUidMccController           0x10207406  // MMF Controller plugin interface
       
    34 
       
    35 // -----------------------------------------------------------------------------
       
    36 // AMR Payload Format
       
    37 // -----------------------------------------------------------------------------
       
    38 // Plugin DLL UID
       
    39 #define KDllUidAmrPayloadFormat         0x102073F0
       
    40 
       
    41 // Interface Implementation UIDs
       
    42 #define KImplUidAmrPayloadFormatEncode  0x102073FB  // CMMFFormatEncode interface
       
    43 #define KImplUidAmrPayloadFormatDecode  0x102073FC  // CMMFFormatDecode interface
       
    44 
       
    45 // -----------------------------------------------------------------------------
       
    46 // G711 Payload Format
       
    47 // -----------------------------------------------------------------------------
       
    48 // Plugin DLL UID
       
    49 #define KDllUidG711PayloadFormat         0x1028257C
       
    50 
       
    51 // Interface Implementation UIDs
       
    52 #define KImplUidG711PayloadFormatEncode  0x1028257D  // CMMFFormatEncode interface
       
    53 #define KImplUidG711PayloadFormatDecode  0x1028257E  // CMMFFormatDecode interface
       
    54 
       
    55 // -----------------------------------------------------------------------------
       
    56 // G729 Payload Format
       
    57 // -----------------------------------------------------------------------------
       
    58 // Plugin DLL UID
       
    59 #define KDllUidG729PayloadFormat         0x1028257F
       
    60 
       
    61 // Interface Implementation UIDs
       
    62 #define KImplUidG729PayloadFormatEncode  0x10282580  // CMMFFormatEncode interface
       
    63 #define KImplUidG729PayloadFormatDecode  0x10282581  // CMMFFormatDecode interface
       
    64 
       
    65 // -----------------------------------------------------------------------------
       
    66 // iLBC Payload Format
       
    67 // -----------------------------------------------------------------------------
       
    68 // Plugin DLL UID
       
    69 #define KDllUidiLBCPayloadFormat         0x10282582
       
    70 
       
    71 // Interface Implementation UIDs
       
    72 #define KImplUidiLBCPayloadFormatEncode  0x10282583  // CMMFFormatEncode interface
       
    73 #define KImplUidiLBCPayloadFormatDecode  0x10282584  // CMMFFormatDecode interface
       
    74 
       
    75 // -----------------------------------------------------------------------------
       
    76 // Any Payload Format
       
    77 // -----------------------------------------------------------------------------
       
    78 // Plugin DLL UID
       
    79 #define KDllUidAnyPayloadFormat         0x102747DB
       
    80 
       
    81 // Interface Implementation UIDs
       
    82 #define KImplUidAnyPayloadFormatDecode  0x102747DC  // CMMFFormatDecode interface
       
    83 
       
    84 // -----------------------------------------------------------------------------
       
    85 // AVC Payload Format
       
    86 // -----------------------------------------------------------------------------
       
    87 // Plugin DLL UID
       
    88 #define KDllUidAvcPayloadFormat         0x102823A1
       
    89 
       
    90 // Interface Implementation UIDs
       
    91 #define KImplUidAvcPayloadFormatEncode  0x102823A2	  // CMMFFormatEncode interface
       
    92 
       
    93 // -----------------------------------------------------------------------------
       
    94 // DTMF Payload Format
       
    95 // -----------------------------------------------------------------------------
       
    96 // Plugin DLL UID
       
    97 #define KDllUidDTMFPayloadFormat         0x102073F1
       
    98 
       
    99 // Interface Implementation UIDs
       
   100 #define KImplUidDTMFPayloadFormatEncode  0x102073FD  // CMMFFormatEncode interface
       
   101 #define KImplUidDTMFPayloadFormatDecode  0x102073FE  // CMMFFormatDecode interface
       
   102 
       
   103 // -----------------------------------------------------------------------------
       
   104 // H263 Payload Format
       
   105 // -----------------------------------------------------------------------------
       
   106 // Plugin DLL UID
       
   107 #define KDllUidH263PayloadFormat         0x102747D9
       
   108 
       
   109 // Interface Implementation UIDs
       
   110 #define KImplUidH263PayloadFormatEncode  0x102747DA  // CMMFFormatEncode interface
       
   111 
       
   112 // -----------------------------------------------------------------------------
       
   113 // Red Payload Format
       
   114 // -----------------------------------------------------------------------------
       
   115 // Plugin DLL UID
       
   116 #define KDllUidRedPayloadFormat         0x102073F9
       
   117 
       
   118 // Interface Implementation UIDs
       
   119 #define KImplUidRedPayloadFormatEncode  0x10207409      // CMMFFormatEncode interface
       
   120 #define KImplUidRedPayloadFormatDecode  0x1020740A      // CMMFFormatDecode interface
       
   121 
       
   122 // -----------------------------------------------------------------------------
       
   123 // File SourceSink
       
   124 // -----------------------------------------------------------------------------
       
   125 // Plugin DLL UID
       
   126 #define KDllUidMccFileSourceSink     	0x102747CB
       
   127 
       
   128 // Interface Implementation UIDs
       
   129 #define KImplUidMccFileSource           0x102747D5      // MMF MDataSource interface
       
   130 #define KImplUidMccFileSink           	0x102747D7      // MMF MDataSink interface
       
   131 
       
   132 // -----------------------------------------------------------------------------
       
   133 // Jitter Buffer
       
   134 // -----------------------------------------------------------------------------
       
   135 // Plugin DLL UID
       
   136 #define KDllUidMccJitterBuffer          0x102073F5
       
   137 
       
   138 // Interface Implementation UIDs
       
   139 #define KImplUidMccJitterBuffer         0x10207405  // CMccJitterBuffer interface
       
   140 
       
   141 // -----------------------------------------------------------------------------
       
   142 // Media NAT Traversal
       
   143 // -----------------------------------------------------------------------------
       
   144 // Plugin DLL UID
       
   145 #define KDllUidMedianattraversal        0x10282DB7
       
   146 
       
   147 // Interface Implementation UIDs
       
   148 #define KImplUidMccmedianattraversal    0x10282DB9
       
   149 
       
   150 // -----------------------------------------------------------------------------
       
   151 // RTP SourceSink
       
   152 // -----------------------------------------------------------------------------
       
   153 // Plugin DLL UID
       
   154 #define KDllUidRtpSourceSink            0x102073FA
       
   155 
       
   156 // Interface Implementation UIDs
       
   157 #define KImplUidRtpDataSource           0x1020740B      // MMF MDataSource interface
       
   158 #define KImplUidRtpDataSink             0x1020740C      // MMF MDataSink interface
       
   159 
       
   160 // -----------------------------------------------------------------------------
       
   161 // Video SourceSink
       
   162 // -----------------------------------------------------------------------------
       
   163 // Plugin DLL UID
       
   164 #define KDllUidMccVideoSourceSink     	0x102747CC
       
   165 
       
   166 // Interface Implementation UIDs
       
   167 #define KImplUidMccVideoSource          0x102747D6      // MMF MDataSource interface
       
   168 #define KImplUidMccVideoSink           	0x102747D8      // MMF MDataSink interface
       
   169 
       
   170 // -----------------------------------------------------------------------------
       
   171 // Multiplexer
       
   172 // -----------------------------------------------------------------------------
       
   173 // DLL UID
       
   174 #define KDllUidMccMultiplexer        	0x10282585
       
   175 
       
   176 // -----------------------------------------------------------------------------
       
   177 // Any SourceSink
       
   178 // -----------------------------------------------------------------------------
       
   179 // Plugin DLL UID
       
   180 #define KDllUidMccAnySourceSink     	0x10283393
       
   181 
       
   182 // Interface Implementation UIDs
       
   183 #define KImplUidMccAnySource            0x10283394      // MMF MDataSource interface
       
   184 #define KImplUidMccAnySink              0x10283395      // MMF MDataSink interface
       
   185 
       
   186 // -----------------------------------------------------------------------------
       
   187 // TRANSCODER
       
   188 // -----------------------------------------------------------------------------
       
   189 // Plugin DLL UID
       
   190 #define KDllUidTranscoder                 0x10282896
       
   191 
       
   192 // Interface Implementation UID
       
   193 #define KImplUidTranscoder                0x10282897
       
   194 
       
   195 
       
   196 // Plugin Interface UID 
       
   197 #define KMmfUidPluginInterfaceTranscoder  0x10282898
       
   198 
       
   199 #endif /* MCCUIDS_HRH */
       
   200