FMX.Media.TMediaPlayerControl

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTMediaPlayerControl

Delphi

TMediaPlayerControl = class(TControl)

C++

class PASCALIMPLEMENTATION TMediaPlayerControl : public Fmx::Controls::TControl

Properties

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

Description

Visual component to display video media files.

TMediaPlayerControl is a native control used to display video media files at design time. It is an empty control that does not show any video data. TMediaPlayerControl can be placed anywhere on a form. To set the video to be displayed, link the current TMediaPlayerControl to a TMediaPlayer through the MediaPlayer property.

See Also