summaryrefslogtreecommitdiffstats
path: root/kaffeine/src/player-parts/README
blob: 53aa664afd0d692c59ca887aceb05fa327b14201 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
This directory contains the player parts (aka backends) for kaffeine.

It consists of the following subdirectories:

- kaffeine-part
  The base for all player parts. Every player part is derived from the
  "KaffeinePart" class and reimplements functions. Additionally kaffeine-part
  provides functions for embedding the player part e.g. into browsers.

- dummy-part
  An empty part which you can use to create a new player part.

- xine-part
  This is the default (and recommended) player part for kaffeine using xine-lib.

- gstreamer-part
  This is an experimental player part using GStreamer.