mmappcomponents/mmmtpdataprovider/inc/mmmtpvideodbdefs.h
branchRCL_3
changeset 17 780c925249c1
parent 14 05b0d2323768
equal deleted inserted replaced
15:d240f0a77280 17:780c925249c1
    51 _LIT( KMtpVideoKeyFrameDistance,     "KeyFrameDistance" );
    51 _LIT( KMtpVideoKeyFrameDistance,     "KeyFrameDistance" );
    52 _LIT( KMtpVideoScanType,             "ScanType" );
    52 _LIT( KMtpVideoScanType,             "ScanType" );
    53 _LIT( KMtpVideoEncodingProfile,      "EncodingProfile" );
    53 _LIT( KMtpVideoEncodingProfile,      "EncodingProfile" );
    54 
    54 
    55 _LIT( KMtpVideoParentalRating,       "ParentalRating" );
    55 _LIT( KMtpVideoParentalRating,       "ParentalRating" );
    56 _LIT( KMtpVideoUseCount      ,       "UseCount" );
       
    57 _LIT( KMtpVideoDRM,                  "DRM" );
    56 _LIT( KMtpVideoDRM,                  "DRM" );
    58 
    57 
    59 _LIT( KMtpVideoDeleted,              "Deleted" );
    58 _LIT( KMtpVideoDeleted,              "Deleted" );
    60 
    59 
    61 // field type
    60 // field type
    84 _LIT( KMtpVideoKeyFrameDistanceType, " UNSIGNED INTEGER" );
    83 _LIT( KMtpVideoKeyFrameDistanceType, " UNSIGNED INTEGER" );
    85 _LIT( KMtpVideoScanTypeType,         " UNSIGNED SMALLINT" );
    84 _LIT( KMtpVideoScanTypeType,         " UNSIGNED SMALLINT" );
    86 _LIT( KMtpVideoEncodingProfileType,  " LONG VARCHAR" );
    85 _LIT( KMtpVideoEncodingProfileType,  " LONG VARCHAR" );
    87 
    86 
    88 _LIT( KMtpVideoParentalRatingType,   " LONG VARCHAR" );
    87 _LIT( KMtpVideoParentalRatingType,   " LONG VARCHAR" );
    89 _LIT( KMtpVideoUseCountType,         " UNSIGNED INTEGER" );
       
    90 _LIT( KMtpVideoDRMType,              " UNSIGNED SMALLINT" );
    88 _LIT( KMtpVideoDRMType,              " UNSIGNED SMALLINT" );
    91 
    89 
    92 _LIT( KMtpVideoDeletedType,          " BIT" );
    90 _LIT( KMtpVideoDeletedType,          " BIT" );
    93 
    91 
    94 // operation
    92 // operation