FileFrameGet Method (IMItem)
position in file from which the frame will be received
preroll value
pointer to the frame
Gets the video frame from the specific position of file.
Syntax
Sub FileFrameGet( _
   ByVal _dblPos As Double, _
   ByVal _dblPreroll As Double, _
   ByRef _ppFrame As MFrame _
) 
void FileFrameGet( 
   double _dblPos,
   double _dblPreroll,
   out MFrame _ppFrame
)
procedure FileFrameGet( 
    _dblPos: Double;
    _dblPreroll: Double;
   Out  _ppFrame: MFrame
); 
void FileFrameGet( 
   double _dblPos,
   double _dblPreroll,
   [PARAMFLAG::Out] MFrame* _ppFrame
) 

Parameters

_dblPos
position in file from which the frame will be received
_dblPreroll
preroll value
_ppFrame
pointer to the frame
Example

See Also

Reference

IMItem Interface
IMItem Members