FileRateSet Method (MMixerClass)
current playing rate value. Negative value means reverse playback.
Sets the playing rate of current file.
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).
Syntax
Public Overridable Sub FileRateSet( _
   ByVal _dblRate As Double _
) 
public virtual void FileRateSet( 
   double _dblRate
)
public procedure FileRateSet( 
    _dblRate: Double
); virtual; 
public: virtual void FileRateSet( 
   double _dblRate
) 

Parameters

_dblRate
current playing rate value. Negative value means reverse playback.
Example
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);
See Also

Reference

MMixerClass Class
MMixerClass Members