mmappcomponents/mmmtpdataprovider/mmmtpdpplugins/mediamtpdataprovider/inc/mediamtpdataproviderconst.h
branchRCL_3
changeset 19 51035f0751c2
parent 17 780c925249c1
child 28 f56ec6ce2732
equal deleted inserted replaced
17:780c925249c1 19:51035f0751c2
   109     };
   109     };
   110 
   110 
   111 enum TMmMtpFramesPerThousandSecondsRange
   111 enum TMmMtpFramesPerThousandSecondsRange
   112     {
   112     {
   113     EMTPMinFramesPerThousandSeconds  = 0x00000000,
   113     EMTPMinFramesPerThousandSeconds  = 0x00000000,
   114     EMTPMaxFramesPerThousandSeconds  = 0x00007530,  // 30000 frame per ms (30 frame/s), standard for progressive content
   114     EMTPMaxFramesPerThousandSeconds  = 0x00007530,  // 30000 frame per thousand seconds (30 frame/s), standard for progressive content
   115     EMTPStepFramesPerThousandSeconds = 0x00000001
   115     EMTPStepFramesPerThousandSeconds = 0x00000001
   116     };
   116     };
   117 
   117 
   118 enum TMmMtpKeyFrameDistanceRange
   118 enum TMmMtpKeyFrameDistanceRange
   119     {
   119     {