Documentation / userspace-api / media


Based on kernel version 6.8. Page generated on 2024-03-11 21:26 EST.

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 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
.. SPDX-License-Identifier: GPL-2.0

.. include:: <isonum.txt>

########################################
Linux Media Infrastructure userspace API
########################################

This section contains the  driver development information and Kernel APIs
used by media devices.

Please see:

Documentation/admin-guide/media/index.rst

  - for usage information about media subsystem and supported drivers;

Documentation/driver-api/media/index.rst

  - for driver development information and Kernel APIs used by
    media devices;


.. toctree::
    :caption: Table of Contents
    :maxdepth: 1

    intro
    v4l/v4l2
    dvb/dvbapi
    rc/remote_controllers
    mediactl/media-controller
    cec/cec-api
    gen-errors

    glossary

    fdl-appendix

    drivers/index

**Copyright** |copy| 2009-2020 : LinuxTV Developers

::

  Permission is granted to copy, distribute and/or modify this document
  under the terms of the GNU Free Documentation License, Version 1.1 or
  any later version published by the Free Software Foundation, with no
  Invariant Sections. A copy of the license is included in the chapter
  entitled "GNU Free Documentation License".

Please notice that some documents inside the media userspace API,
when explicitly mentioned on its source code, are dual-licensed
with GNU Free Documentation License  Version 1.1 and with the
GNU General Public License::

  This documentation is free software; you can redistribute it and/or modify it
  under the terms of the GNU General Public License as published by the Free
  Software Foundation; either version 2 of the License, or (at your option) any
  later version.

  This program is distributed in the hope that it will be useful, but WITHOUT
  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
  more details.

  For more details see the file COPYING in the source distribution of Linux.