Vcl.MPlayer.TMediaPlayer.Resume

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Resume;

C++

void __fastcall Resume();

Properties

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

Description

Resumes playing or recording the currently paused multimedia device.

Resume is called when the Pause button on the media player control is clicked at runtime, when the device is paused.

Upon completion, Resume 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 Resume method has completed. The Notify property determines whether Resume generates an OnNotify event.

See Also