MPLATFORMLib Namespace > IMItem Interface : FileRateSet Method |
Value of rate | Description |
0..4x | Smooth fast forward. All frames are decoded and after this frame rate is corrected. |
4x..10x | Hopping fast forward. For example, in 10x case there is seeking for each 10th frame. |
-10x..0 | Hopping back wind. For example, in -4x case there is seeking for each 4th frame in reverse direction of the playback. In this case the rate is rounded to the nearest integer value (e.g. -1.6x equals to -2x). |
et rate to 10 m_objMFile.FileRateSet(10.0)
//Set rate to 10
m_objMFile.FileRateSet(10.0);
//Set rate to 10
m_objMFile.FileRateSet(10.0);