videoplayback/videohelix/inc/mpxvideodrmhelper.h
changeset 20 b9e04db066d4
parent 15 cf5481c2bc0b
equal deleted inserted replaced
17:69946d1824c4 20:b9e04db066d4
    13 *
    13 *
    14 * Description:   This class handles the DRM functions for the playback plugin
    14 * Description:   This class handles the DRM functions for the playback plugin
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version: 5 %
    18 
       
    19 // Version : %version: 6 %
       
    20 
    19 
    21 
    20 #ifndef __MPXVIDEODRMHELPER_H__
    22 #ifndef __MPXVIDEODRMHELPER_H__
    21 #define __MPXVIDEODRMHELPER_H__
    23 #define __MPXVIDEODRMHELPER_H__
    22 
    24 
    23 
    25 
    50 
    52 
    51         TBool IsProtectedL( RFile& aFile );
    53         TBool IsProtectedL( RFile& aFile );
    52 
    54 
    53         TInt GetDrmRightsStatus( RFile& aFile );
    55         TInt GetDrmRightsStatus( RFile& aFile );
    54 
    56 
    55         TBool IsTvOutAllowedL( RFile& aFile );
       
    56 
       
    57 #ifdef SYMBIAN_ENABLE_64_BIT_FILE_SERVER_API
    57 #ifdef SYMBIAN_ENABLE_64_BIT_FILE_SERVER_API
    58 
    58 
    59         TBool IsProtected64L( RFile64& aFile );       
    59         TBool IsProtected64L( RFile64& aFile );
    60         TInt GetDrmRightsStatus64( RFile64& aFile );
    60         TInt GetDrmRightsStatus64( RFile64& aFile );
    61         TBool IsTvOutAllowed64L( RFile64& aFile );
       
    62 
    61 
    63 #endif // SYMBIAN_ENABLE_64_BIT_FILE_SERVER_API
    62 #endif // SYMBIAN_ENABLE_64_BIT_FILE_SERVER_API
    64 
    63 
    65     private:
    64     private:
    66 
    65