Vcl.MPlayer.TMediaPlayer.Save

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Save;

C++

void __fastcall Save();

Properties

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

Description

Saves the currently loaded medium to the file specified in the FileName property.

Save is ignored for devices that don't use media stored in files (videodiscs, for example).

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

See Also