~ubuntu-branches/ubuntu/hoary/kdemultimedia/hoary

« back to all changes in this revision

Viewing changes to mpeglib/example/yaf/yafcore/README

  • Committer: Bazaar Package Importer
  • Author(s): Martin Schulze
  • Date: 2003-01-22 15:00:51 UTC
  • Revision ID: james.westby@ubuntu.com-20030122150051-uihwkdoxf15mi1tn
Tags: upstream-2.2.2
ImportĀ upstreamĀ versionĀ 2.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
yaf - <y>et <a>nother <f>rontend
 
3
 
 
4
yaf is a simple protocol for communication over streams.
 
5
 
 
6
Its purpose is to offer an extensible interface 
 
7
for the communitcation between the kmpg GUI and the mpg123 decoder.
 
8
 
 
9
 
 
10
DESCRIPTION
 
11
 
 
12
The basic idea is, that the GUI and the decoder (splay) work
 
13
together over their file streams (cin,cout)
 
14
This means, that kmpg sends string-messages to "stdout"
 
15
and splay receive these messages as "stdin".
 
16
The results of splay (runtime Information, error
 
17
codes) are send to "stdout" and kmpg receive them as "stdin"
 
18
 
 
19
The protocol is "human readable" just enter "help"
 
20
or "help <command>" on the prompt and you will see.
 
21
These directory includes classes for dealing with this
 
22
text protocol. In normal developement you can completly 
 
23
ingore these classe.
 
24
 
 
25
For more info look in the file PROTOCOL
 
26
 
 
27