FilePosSet Method (IMItem)
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
Sub FilePosSet( _
   ByVal _dblPos As Double, _
   ByVal _dblPreroll As Double _
) 
void FilePosSet( 
   double _dblPos,
   double _dblPreroll
)
procedure FilePosSet( 
    _dblPos: Double;
    _dblPreroll: Double
); 
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

IMItem Interface
IMItem Members