FMX.Media.TMediaPlayerControl.MediaPlayer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MediaPlayer: TMediaPlayer read FMediaPlayer write SetMediaPlayer;

C++

__property TMediaPlayer* MediaPlayer = {read=FMediaPlayer, write=SetMediaPlayer};

Properties

Type Visibility Source Unit Parent
property published
FMX.Media.pas
FMX.Media.hpp
FMX.Media TMediaPlayerControl

Description

Specifies the TMediaPlayer to which this TMediaPlayerControl is linked.

Set MediaPlayer to link a TMediaPlayer to this TMediaPlayerControl, so the video file attached to the media player is displayed on a form.

See Also