MediaControlAPI

From VideoLAN Wiki
Revision as of 17:24, 15 June 2005 by Zorglub (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

The MediaControl API is the extended API to control VLC from external applications (extension of LibVLC).

The API is defined in "include/vlc/control.h" and implemented in "src/control".

The Doxygen documentation can be found at [1].

Current status

The API currently includes functions for the following things:

  • Audio/Video
 * Snapshot control
 * OSD display
 * Volume setting
  • Playback
 * Basic features (play/pause/stop)
 * Seeking
 * Basic playlist interaction
 * Stream information

Todo

  • General cleanup of the functions to adapt to VLC coding style
  • Add VLM control