MPLATFORMLib Namespace > IMFile Interface : FilePosSet Method |
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 )
m_objPlaylist.FilePosSet(0.0, 0.0);
m_objPlaylist.FilePosSet(0.0, 0.0);
m_objFile.FilePosSet(0.0, 0.0);