lazarus-ccr/components/mplayer
mgaertner 0650a4a5b4 mplayer: playerinfos
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3201 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2014-06-19 13:38:16 +00:00
..
examples mplayer: Changes for Microsoft Windows Compatibility and added Events for Mouse Actions, from Michael Koecher 2014-03-24 18:31:49 +00:00
mplayercontrollaz.lpk
mplayercontrollaz.pas
mplayerctrl.lrs
mplayerctrl.pas mplayer: playerinfos 2014-06-19 13:38:16 +00:00
README.txt mplayer: updated readme 2014-03-26 08:49:13 +00:00
tmplayercontrol.xpm

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