2016-07-05 21:37:31 +08:00
|
|
|
.. -*- coding: utf-8; mode: rst -*-
|
|
|
|
|
|
|
|
.. _video_fclose:
|
|
|
|
|
2016-07-05 18:58:48 +08:00
|
|
|
=================
|
2016-07-05 21:37:31 +08:00
|
|
|
dvb video close()
|
|
|
|
=================
|
|
|
|
|
2016-07-06 02:14:35 +08:00
|
|
|
Name
|
2016-07-05 18:58:48 +08:00
|
|
|
----
|
2016-07-05 21:37:31 +08:00
|
|
|
|
2016-07-05 18:58:48 +08:00
|
|
|
dvb video close()
|
2016-07-05 21:37:31 +08:00
|
|
|
|
2016-07-06 02:14:35 +08:00
|
|
|
|
|
|
|
Synopsis
|
2016-07-05 21:37:31 +08:00
|
|
|
--------
|
|
|
|
|
2016-08-19 23:00:43 +08:00
|
|
|
.. c:function:: int close(int fd)
|
2016-07-05 21:37:31 +08:00
|
|
|
|
|
|
|
|
2016-07-06 02:14:35 +08:00
|
|
|
Arguments
|
2016-07-05 18:58:48 +08:00
|
|
|
---------
|
2016-07-05 21:37:31 +08:00
|
|
|
|
|
|
|
.. flat-table::
|
|
|
|
:header-rows: 0
|
|
|
|
:stub-columns: 0
|
|
|
|
|
|
|
|
|
|
|
|
- .. row 1
|
|
|
|
|
|
|
|
- int fd
|
|
|
|
|
|
|
|
- File descriptor returned by a previous call to open().
|
|
|
|
|
|
|
|
|
2016-07-06 02:14:35 +08:00
|
|
|
Description
|
2016-07-05 18:58:48 +08:00
|
|
|
-----------
|
|
|
|
|
|
|
|
This system call closes a previously opened video device.
|
2016-07-05 21:37:31 +08:00
|
|
|
|
|
|
|
|
2016-07-06 02:14:35 +08:00
|
|
|
Return Value
|
2016-07-05 18:58:48 +08:00
|
|
|
------------
|
2016-07-05 21:37:31 +08:00
|
|
|
|
|
|
|
.. flat-table::
|
|
|
|
:header-rows: 0
|
|
|
|
:stub-columns: 0
|
|
|
|
|
|
|
|
|
|
|
|
- .. row 1
|
|
|
|
|
|
|
|
- ``EBADF``
|
|
|
|
|
|
|
|
- fd is not a valid open file descriptor.
|