FMX.Media.TMediaPlayer.Stop
From RAD Studio API Documentation
Delphi
procedure Stop;
C++
void __fastcall Stop(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | FMX.Media.pas FMX.Media.hpp |
FMX.Media | TMediaPlayer |
Description
Stops or pauses playing the current Media.
Call Stop to stop or to pause the current Media. If Media is not assigned, Stop does nothing.
To start playing the current media file, call the Play method.
See Also
- FMX.Media.TMediaPlayer.Play
- FMX.Media.TMedia.Play
- FMX.Media.TMedia.Stop
- FMX.Media.TMediaPlayer.Media
- MediaPlayer sample