RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMediaPlayer.Step Method

Moves forward a number of frames (determined by the Frames property) in the currently loaded medium.

Pascal
procedure Step;
C++
__fastcall Step();

Step is called when the Step button on the media player control is clicked at runtime. 

Upon completion, Step stores a numerical error code in the Error property and the corresponding error message in the ErrorMessage property. 

The Wait property determines whether control is returned to the application before the Step method has completed. The Notify property determines whether Step generates an OnNotify event. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!