MPLATFORMLib Namespace > MPlaylistClass Class : FileRateGet 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). |
Dim dblRate As Double m_objMFile.FileRateGet(dblRate)
double dblRate; m_objMFile.FileRateGet(out dblRate);
dblRate: double;
m_objMFile.FileRateGet(dblRate);