mmappfw_plat/mpx_common_api/inc/mpxmediageneralextdefs.h
changeset 0 a2952bb97e68
equal deleted inserted replaced
-1:000000000000 0:a2952bb97e68
       
     1 /*
       
     2 * Copyright (c) 2006 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:  More definitions for general media type
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef CMPXMEDIAGENERALEXTDEFS_H
       
    19 #define CMPXMEDIAGENERALEXTDEFS_H
       
    20 
       
    21 #include <e32base.h>
       
    22 #include <mpxattribute.h>
       
    23 
       
    24 
       
    25 /**
       
    26 *  Content ID identifying extended general category of content provided
       
    27 *  in the media object and associated attributes.
       
    28 */
       
    29 
       
    30 const TInt KMPXMediaIdGeneralExt=0x101F3C72;
       
    31 
       
    32 /**
       
    33 *  Attributes supported for KMPXMediaIdStreaming
       
    34 */
       
    35 const TMPXAttributeData KMPXMediaGeneralExtAccessPoint={KMPXMediaIdGeneralExt,0x01}; // Tint
       
    36 const TMPXAttributeData KMPXMediaGeneralExtMediaRedirect={KMPXMediaIdGeneralExt,0x02}; // Tint
       
    37 const TMPXAttributeData KMPXMediaGeneralExtVideoSeekable={KMPXMediaIdGeneralExt,0x04}; // TBool
       
    38 const TMPXAttributeData KMPXMediaGeneralExtRating={KMPXMediaIdGeneralExt,0x08}; // TInt
       
    39 #ifdef SYMBIAN_ENABLE_64_BIT_FILE_SERVER_API
       
    40 const TMPXAttributeData KMPXMediaGeneralExtSizeInt64={KMPXMediaIdGeneralExt,0x10}; // TInt64
       
    41 #endif // SYMBIAN_ENABLE_64_BIT_FILE_SERVER_API
       
    42 
       
    43 #endif // CMPXMEDIAGENERALEXTDEFS_H
       
    44