Vcl.MPlayer.TMediaPlayer.Step

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Step;

C++

void __fastcall Step();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.MPlayer.pas
Vcl.MPlayer.hpp
Vcl.MPlayer TMediaPlayer

Description

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

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.

See Also