harvester/harvesterplugins/VideoPlugin/src/harvestervideoplugin.cpp
changeset 25 8e4539ab1889
parent 23 33ae025ac1e8
child 28 c461c7fa72c2
equal deleted inserted replaced
23:33ae025ac1e8 25:8e4539ab1889
    25 #include "mdsutils.h"
    25 #include "mdsutils.h"
    26 #include "harvestervideoplugin.h"
    26 #include "harvestervideoplugin.h"
    27 #include "harvesterlog.h"
    27 #include "harvesterlog.h"
    28 #include "harvesterblacklist.h"
    28 #include "harvesterblacklist.h"
    29 #include "mdeobjectwrapper.h"
    29 #include "mdeobjectwrapper.h"
       
    30 #include "mdscommoninternal.h"
    30 
    31 
    31 #include <mdenamespacedef.h>
    32 #include <mdenamespacedef.h>
    32 #include <mdeobjectdef.h>
    33 #include <mdeobjectdef.h>
    33 #include <mdepropertydef.h>
    34 #include <mdepropertydef.h>
    34 #include <mdeobject.h>
    35 #include <mdeobject.h>
  1087         {
  1088         {
  1088         CMdeObjectWrapper::HandleObjectPropertyL(mdeObject, *iPropDefs->iAudioFourCCDef, &aVHD.iCodec, aIsAdd );
  1089         CMdeObjectWrapper::HandleObjectPropertyL(mdeObject, *iPropDefs->iAudioFourCCDef, &aVHD.iCodec, aIsAdd );
  1089         }
  1090         }
  1090     
  1091     
  1091     // Title
  1092     // Title
  1092     if( aVHD.iTitle && aVHD.iTitle->Length() < iMaxTextLength )
  1093     if( aVHD.iTitle && aVHD.iTitle->Length() < KMaxTitleFieldLength )
  1093         {
  1094         {
  1094         CMdeObjectWrapper::HandleObjectPropertyL(mdeObject, *iPropDefs->iTitlePropertyDef, aVHD.iTitle, EFalse );
  1095         CMdeObjectWrapper::HandleObjectPropertyL(mdeObject, *iPropDefs->iTitlePropertyDef, aVHD.iTitle, EFalse );
  1095         }
  1096         }
  1096     
  1097     
  1097     // DRM protection
  1098     // DRM protection