lazarus-ccr/components/mplayer
2024-03-04 11:35:41 +00:00
..
examples MPlayer: Add start parameters to "simple" demo to fix occasional issues in Windows (Issue #39070) 2024-03-04 11:35:41 +00:00
mplayercontrollaz.lpk mplayer: Added Image Grab functionality, Rate, FindMPlayerPath, fixed Screen painting when playing an audio file, by Mike Thompson 2014-07-15 20:15:14 +00:00
mplayercontrollaz.pas added mplayer containing mplayercontrollaz.lpk 2009-08-26 21:50:33 +00:00
mplayerctrl.lrs added mplayer containing mplayercontrollaz.lpk 2009-08-26 21:50:33 +00:00
mplayerctrl.pas MPlayer: Fix component being broken in Linux (gtk2) after Lazarus commit "bfd34850 LCL-GTK2: Remove a boolean param from GetWidgetInfo and use new func GetOrCreateWidgetInfo. Identify memory leaks." on Aug 11, 2019. Issue #39070. Based on patch by Michael Köcher. Update "Simple" demo project. 2024-03-03 11:45:23 +00:00
README.txt mplayer: updated readme 2014-03-26 08:49:13 +00:00
tmplayercontrol.xpm added mplayer containing mplayercontrollaz.lpk 2009-08-26 21:50:33 +00:00

Package mplayercontrollaz.lpk

TMPlayerControl is a LCL control that embeds "mplayer" a movie player.

Requirements:
Only works under X/gtk2 and Windows.
mplayer must be installed and in the PATH.

Usage:
When you install the package you get a new component in the palette under
Multimedia.

See the example mplayer/examples/project1.lpi.

Hints:
TMPlayerControl only implemented a very small set of the mplayer features:
Play, Stop, Pause, Loop, Volume.
You can use SendMPlayerCommand to send arbitrary other commands. The complete
list of mplayer commands execute in terminal:
  mplayer -input cmdlist
and read http://www.mplayerhq.hu/DOCS/tech/slave.txt