]> git.tuebingen.mpg.de Git - paraslash.git/blob - audiod.cmd
server.cmd: add SN tag and fix some typos
[paraslash.git] / audiod.cmd
1 FN: audiod_command_list
2 HC: prototypes for the audiod command handlers
3 CC: array of audiod commands
4 AT: audiod_command
5 IN: list para sched audiod
6 ---
7 N: cycle
8 D: switch to next mode
9 S: cycle
10 H: on -> standby -> off -> on
11 ---
12 N: grab
13 D: grab the audio stream
14 L:
15 S: -- grab [grab_options]
16 H: grab ('splice') the audio stream at any position in the filter
17 H: chain and send that data back to the client. Try
18 H:      para_audioc -- grab -h
19 H: for the list of available options.
20 ---
21 N: help
22 D: display command list or help for given command
23 S: help [command]
24 H: When I was younger, so much younger than today, I never needed anybody's help
25 H: in any way. But now these days are gone, I'm not so self assured. Now I find
26 H: I've changed my mind and opened up the doors.
27 H:                                                              -- Beatles: Help
28 ---
29 N: kill
30 D: kill an active audiod task
31 S: kill task_id [task_id ...]
32 H: call sched_unregister() and the event_handler of the given task(s)
33 ---
34 N: off
35 D: deactivate para_audiod
36 S: off
37 H: Close connection to para_server and stop all decoders.
38 ---
39 N: on
40 D: activate para_audiod
41 S: on
42 H: Establish connection to para_server, retrieve para_server's current status. If
43 H: playing, start corresponding decoder. Otherwise stop all decoders.
44 ---
45 N: sb
46 D: enter standby mode
47 S: sb
48 H: Stop all decoders but leave connection to para_server open.
49 ---
50 N: stat
51 D: print status information
52 S: stat [item1 ...]
53 H: Dump given status items (all if none given) to stdout.
54 ---
55 N: tasks
56 D: list current tasks
57 S: tasks
58 H: print the list of task ids together with the status of each task
59 ---
60 N: term
61 D: terminate audiod
62 S: term
63 H: Stop all decoders, shut down connection to para_server and exit.