epoc32/include/mmf/common/mmffourcc.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
equal deleted inserted replaced
3:e1b950c65cb4 4:837f303aceeb
     5 */
     5 */
     6 
     6 
     7 // Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
     7 // Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
     8 // All rights reserved.
     8 // All rights reserved.
     9 // This component and the accompanying materials are made available
     9 // This component and the accompanying materials are made available
    10 // under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
    10 // under the terms of "Eclipse Public License v1.0"
    11 // which accompanies this distribution, and is available
    11 // which accompanies this distribution, and is available
    12 // at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
    12 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    13 //
    13 //
    14 // Initial Contributors:
    14 // Initial Contributors:
    15 // Nokia Corporation - initial contribution.
    15 // Nokia Corporation - initial contribution.
    16 //
    16 //
    17 // Contributors:
    17 // Contributors:
   109 
   109 
   110 /** Windows Media Audio  (WMA)
   110 /** Windows Media Audio  (WMA)
   111 */
   111 */
   112 const TUint32 KMMFFourCCCodeWMA = 0x414d5720;		//{' ', 'W', 'M', 'A'}
   112 const TUint32 KMMFFourCCCodeWMA = 0x414d5720;		//{' ', 'W', 'M', 'A'}
   113 
   113 
       
   114 /** Dolby Digital (AC-3)
       
   115 */
       
   116 const TUint32 KMMFFourCCCodeAC3 = 0x33434120;		//{' ', 'A', 'C', '3'}
       
   117 
       
   118 /** Dolby Digital Plus (E-AC-3)
       
   119 */
       
   120 const TUint32 KMMFFourCCCodeEAC3 = 0x33434145;		//{'E', 'A', 'C', '3'}
   114 
   121 
   115 #include <mmf/common/mmfutilities.h>
   122 #include <mmf/common/mmfutilities.h>
   116 
   123 
   117 
   124 
   118 #endif
   125 #endif