Pointer to the zero-based index of the current frame.
Return Values
S_OK
Success
E_FAIL
Failure
Example
This VB example uses the FrameLoaded event to display the number of a currently played frame.
Private Sub ActiveGige1_FrameLoaded()
frameindex = ActiveGige1.GetVideoPosition + 1
LabelCount.Caption = frameindex
Remarks
When the video file or sequnce has just been opened, the video position is reset to zero.