[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: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
Mauro Carvalho Chehab 2016-08-31 15:59:11 -03:00
parent 63eb58b83b
commit cdb1c89681
1 changed files with 18 additions and 1 deletions

View File

@ -26,7 +26,24 @@ Arguments
File descriptor returned by a previous call to :c:func:`open() <dvb-ca-open>`.
``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