Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cdb1c896 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

[media] ca-set-pid.rst: document struct ca_pid



Add a table describing the fields on this struct, based
on ca.h header.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent 63eb58b8
Loading
Loading
Loading
Loading
+18 −1
Original line number Original line Diff line number Diff line
@@ -26,7 +26,24 @@ Arguments
  File descriptor returned by a previous call to :c:func:`open() <dvb-ca-open>`.
  File descriptor returned by a previous call to :c:func:`open() <dvb-ca-open>`.


``pid``
``pid``
  Undocumented.
  Pointer to struct :c:type:`ca_pid`.

.. c:type:: ca_pid

.. flat-table:: struct ca_pid
    :header-rows:  1
    :stub-columns: 0

    -
       - unsigned int
       - pid
       - Program ID

    -
       - int
       - index
       - PID index. Use -1 to disable.





Description
Description