summaryrefslogtreecommitdiff
path: root/doc/man/en/man3/status_group.3
blob: 94637586a3136f80f69f4c7f6fbd35cb77169f08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
.TH "Player status constants" 3 "15 Oct 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*-
.ad l
.nh
.SH NAME
Player status constants \- 
.SS "Defines"

.in +1c
.ti -1c
.RI "#define \fBXINE_STOP\fP   0"
.br
.ti -1c
.RI "#define \fBXINE_PLAY\fP   1"
.br
.ti -1c
.RI "#define \fBXINE_QUIT\fP   2"
.br
.in -1c
.SH "DEFINE DOCUMENTATION"
.PP 
.SS "#define XINE_PLAY   1"
.PP
Play status. 
.PP
\fBSee also: \fP
.in +1c
\fBxine_get_status\fP() 
.SS "#define XINE_QUIT   2"
.PP
Quit status. 
.PP
\fBSee also: \fP
.in +1c
\fBxine_get_status\fP() 
.SS "#define XINE_STOP   0"
.PP
Stop status. 
.PP
\fBSee also: \fP
.in +1c
\fBxine_get_status\fP()