FilePosSet Method (MMixerClass)
play position of file in seconds to be set from in-point of current file
preroll value in seconds. It will be passed from the beginning of file before position set.
Sets a position of file in seconds. The position is calculatid from the beginning of file without breaks and in-points.
Syntax
Public Overridable Sub FilePosSet( _
   ByVal _dblPos As Double, _
   ByVal _dblPreroll As Double _
) 
public virtual void FilePosSet( 
   double _dblPos,
   double _dblPreroll
)
public procedure FilePosSet( 
    _dblPos: Double;
    _dblPreroll: Double
); virtual; 
public: virtual void FilePosSet( 
   double _dblPos,
   double _dblPreroll
) 

Parameters

_dblPos
play position of file in seconds to be set from in-point of current file
_dblPreroll
preroll value in seconds. It will be passed from the beginning of file before position set.
Example
m_objPlaylist.FilePosSet(0.0, 0.0);
m_objPlaylist.FilePosSet(0.0, 0.0);
m_objFile.FilePosSet(0.0, 0.0);
See Also

Reference

MMixerClass Class
MMixerClass Members