blob: 1f3d5c35b7ce8b96103fbe2c30d3f46205614e25 [file] [log] [blame]
Mauro Carvalho Chehab47d23e32016-07-05 10:37:31 -03001.. -*- coding: utf-8; mode: rst -*-
2
3.. _AUDIO_CONTINUE:
4
Mauro Carvalho Chehab586027c2016-07-05 07:58:48 -03005==============
Mauro Carvalho Chehab47d23e32016-07-05 10:37:31 -03006AUDIO_CONTINUE
7==============
8
Mauro Carvalho Chehab586027c2016-07-05 07:58:48 -03009NAME
10----
Mauro Carvalho Chehab47d23e32016-07-05 10:37:31 -030011
Mauro Carvalho Chehab586027c2016-07-05 07:58:48 -030012AUDIO_CONTINUE
Mauro Carvalho Chehab47d23e32016-07-05 10:37:31 -030013
Mauro Carvalho Chehab586027c2016-07-05 07:58:48 -030014SYNOPSIS
Mauro Carvalho Chehab47d23e32016-07-05 10:37:31 -030015--------
16
17.. c:function:: int ioctl(int fd, int request = AUDIO_CONTINUE)
18
Mauro Carvalho Chehab47d23e32016-07-05 10:37:31 -030019
Mauro Carvalho Chehab586027c2016-07-05 07:58:48 -030020ARGUMENTS
21---------
Mauro Carvalho Chehab47d23e32016-07-05 10:37:31 -030022
23.. flat-table::
24 :header-rows: 0
25 :stub-columns: 0
26
27
28 - .. row 1
29
30 - int fd
31
32 - File descriptor returned by a previous call to open().
33
34 - .. row 2
35
36 - int request
37
38 - Equals AUDIO_CONTINUE for this command.
39
40
Mauro Carvalho Chehab586027c2016-07-05 07:58:48 -030041DESCRIPTION
42-----------
43
44This ioctl restarts the decoding and playing process previously paused
45with AUDIO_PAUSE command.
46
47
48RETURN VALUE
Mauro Carvalho Chehab47d23e32016-07-05 10:37:31 -030049------------
50
51On success 0 is returned, on error -1 and the ``errno`` variable is set
52appropriately. The generic error codes are described at the
53:ref:`Generic Error Codes <gen-errors>` chapter.