videocollection/videocollectionwrapper/tsrc/testvideomodel_p/inc/mediaobjectfactory.h
changeset 36 8aed59de29f9
parent 35 3738fe97f027
child 50 21fe8338c6bf
equal deleted inserted replaced
35:3738fe97f027 36:8aed59de29f9
    41     MediaDataAuthor = 0x400,
    41     MediaDataAuthor = 0x400,
    42     MediaDataCopyright = 0x800,
    42     MediaDataCopyright = 0x800,
    43     MediaDataLanguage = 0x1000,
    43     MediaDataLanguage = 0x1000,
    44     MediaDataFormat = 0x2000,
    44     MediaDataFormat = 0x2000,
    45     MediaDetailCategoryVideoCount = 0x4000,
    45     MediaDetailCategoryVideoCount = 0x4000,
    46     MediaDataAll = 0xffff
    46     MediaDataResolution = 0x8000,
       
    47     MediaDataBitrate = 0x10000,
       
    48     MediaDataAll = 0xffffffff
    47 };
    49 };
    48 
    50 
    49 // const used for media creation
    51 // const used for media creation
    50 _LIT( KMediaTestNamePrefix, "MEDIATESTNAME_%d" );
    52 _LIT( KMediaTestNamePrefix, "MEDIATESTNAME_%d" );
    51 const QString gQTMediaNamePrefix = "MEDIATESTNAME_";
    53 const QString gQTMediaNamePrefix = "MEDIATESTNAME_";