FMX.Media.TMediaPlayerStop

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Media.TCustomMediaPlayerActionFMX.ActnList.TCustomActionSystem.Actions.TContainedActionSystem.Classes.TBasicActionSystem.Classes.TComponentSystem.Classes.TPersistentTMediaPlayerStop

Delphi

TMediaPlayerStop = class(TCustomMediaPlayerAction)

C++

class PASCALIMPLEMENTATION TMediaPlayerStop : public TCustomMediaPlayerAction

Properties

Type Visibility Source Unit Parent
class public
FMX.Media.pas
FMX.Media.hpp
FMX.Media FMX.Media

Description

FireMonkey media player action that stops the playback and resets the CurrentTime of its media player to 0.

TMediaPlayerStop is enabled only if all of the following conditions match:

See Also