mmappcomponents/mmmtpdataprovider/mmmtpdpplugins/mediamtpdataprovider/inc/mediamtpdataproviderconst.h
changeset 27 cbb1bfb7ebfb
parent 25 d881023c13eb
child 32 edd273b3192a
equal deleted inserted replaced
25:d881023c13eb 27:cbb1bfb7ebfb
   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     {