blob: 8b91cf95076520c338cb42a56c27dbbbc966bc82 [file] [log] [blame]
Mauro Carvalho Chehab47d23e32016-07-05 10:37:31 -03001.. -*- coding: utf-8; mode: rst -*-
2
3.. _AUDIO_CONTINUE:
4
5AUDIO_CONTINUE
6==============
7
8Description
9-----------
10
11This ioctl restarts the decoding and playing process previously paused
12with AUDIO_PAUSE command.
13
14Synopsis
15--------
16
17.. c:function:: int ioctl(int fd, int request = AUDIO_CONTINUE)
18
19Arguments
20----------
21
22
23
24.. flat-table::
25 :header-rows: 0
26 :stub-columns: 0
27
28
29 - .. row 1
30
31 - int fd
32
33 - File descriptor returned by a previous call to open().
34
35 - .. row 2
36
37 - int request
38
39 - Equals AUDIO_CONTINUE for this command.
40
41
42Return Value
43------------
44
45On success 0 is returned, on error -1 and the ``errno`` variable is set
46appropriately. The generic error codes are described at the
47:ref:`Generic Error Codes <gen-errors>` chapter.
48
49