Commit d21ddba8 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

[media] DocBook: properly document the delivery systems

Use a table for the delivery systems. The table is organized
by the type (cable, satellite, terrestrial) and shows what
standards are not fully implemented.
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent b35f6ba9
...@@ -515,31 +515,82 @@ get/set up to 64 properties. The actual meaning of each property is described on ...@@ -515,31 +515,82 @@ get/set up to 64 properties. The actual meaning of each property is described on
<section id="fe-delivery-system-t"> <section id="fe-delivery-system-t">
<title>fe_delivery_system type</title> <title>fe_delivery_system type</title>
<para>Possible values: </para> <para>Possible values: </para>
<programlisting>
typedef enum fe_delivery_system { <table pgwide="1" frame="none" id="fe-delivery-system">
SYS_UNDEFINED, <title>enum fe_delivery_system</title>
SYS_DVBC_ANNEX_A, <tgroup cols="2">
SYS_DVBC_ANNEX_B, &cs-def;
SYS_DVBT, <thead>
SYS_DSS, <row>
SYS_DVBS, <entry>ID</entry>
SYS_DVBS2, <entry>Description</entry>
SYS_DVBH, </row>
SYS_ISDBT, </thead>
SYS_ISDBS, <tbody valign="top">
SYS_ISDBC, <row>
SYS_ATSC, <entry id="SYS-UNDEFINED"><constant>SYS_UNDEFINED</constant></entry>
SYS_ATSCMH, <entry>Undefined standard. Generally, indicates an error</entry>
SYS_DTMB, </row><row>
SYS_CMMB, <entry id="SYS-DVBC-ANNEX-A"><constant>SYS_DVBC_ANNEX_A</constant></entry>
SYS_DAB, <entry>Cable TV: DVB-C following ITU-T J.83 Annex A spec</entry>
SYS_DVBT2, </row><row>
SYS_TURBO, <entry id="SYS-DVBC-ANNEX-B"><constant>SYS_DVBC_ANNEX_B</constant></entry>
SYS_DVBC_ANNEX_C, <entry>Cable TV: DVB-C following ITU-T J.83 Annex B spec (ClearQAM)</entry>
} fe_delivery_system_t; </row><row>
</programlisting> <entry id="SYS-DVBC-ANNEX-C"><constant>SYS_DVBC_ANNEX_C</constant></entry>
</section> <entry>Cable TV: DVB-C following ITU-T J.83 Annex C spec</entry>
</row><row>
<entry id="SYS-ISDBC"><constant>SYS_ISDBC</constant></entry>
<entry>Cable TV: ISDB-C (no drivers yet)</entry>
</row><row>
<entry id="SYS-DVBT"><constant>SYS_DVBT</constant></entry>
<entry>Terrestral TV: DVB-T</entry>
</row><row>
<entry id="SYS-DVBT2"><constant>SYS_DVBT2</constant></entry>
<entry>Terrestral TV: DVB-T2</entry>
</row><row>
<entry id="SYS-ISDBT"><constant>SYS_ISDBT</constant></entry>
<entry>Terrestral TV: ISDB-T</entry>
</row><row>
<entry id="SYS-ATSC"><constant>SYS_ATSC</constant></entry>
<entry>Terrestral TV: ATSC</entry>
</row><row>
<entry id="SYS-ATSCMH"><constant>SYS_ATSCMH</constant></entry>
<entry>Terrestral TV (mobile): ATSC-M/H</entry>
</row><row>
<entry id="SYS-DTMB"><constant>SYS_DTMB</constant></entry>
<entry>Terrestrial TV: DTMB</entry>
</row><row>
<entry id="SYS-DVBS"><constant>SYS_DVBS</constant></entry>
<entry>Satellite TV: DVB-S</entry>
</row><row>
<entry id="SYS-DVBS2"><constant>SYS_DVBS2</constant></entry>
<entry>Satellite TV: DVB-S2</entry>
</row><row>
<entry id="SYS-TURBO"><constant>SYS_TURBO</constant></entry>
<entry>Satellite TV: DVB-S Turbo</entry>
</row><row>
<entry id="SYS-ISDBS"><constant>SYS_ISDBS</constant></entry>
<entry>Satellite TV: ISDB-S</entry>
</row><row>
<entry id="SYS-DAB"><constant>SYS_DAB</constant></entry>
<entry>Digital audio: DAB (not fully supported)</entry>
</row><row>
<entry id="SYS-DSS"><constant>SYS_DSS</constant></entry>
<entry>Satellite TV:"DSS (not fully supported)</entry>
</row><row>
<entry id="SYS-CMMB"><constant>SYS_CMMB</constant></entry>
<entry>Terrestral TV (mobile):CMMB (not fully supported)</entry>
</row><row>
<entry id="SYS-DVBH"><constant>SYS_DVBH</constant></entry>
<entry>Terrestral TV (mobile): DVB-H (standard deprecated)</entry>
</row>
</tbody>
</tgroup>
</table>
</section>
</section> </section>
<section id="DTV-ISDBT-PARTIAL-RECEPTION"> <section id="DTV-ISDBT-PARTIAL-RECEPTION">
<title><constant>DTV_ISDBT_PARTIAL_RECEPTION</constant></title> <title><constant>DTV_ISDBT_PARTIAL_RECEPTION</constant></title>
......
...@@ -416,7 +416,7 @@ enum fe_rolloff { ...@@ -416,7 +416,7 @@ enum fe_rolloff {
typedef enum fe_rolloff fe_rolloff_t; typedef enum fe_rolloff fe_rolloff_t;
typedef enum fe_delivery_system { enum fe_delivery_system {
SYS_UNDEFINED, SYS_UNDEFINED,
SYS_DVBC_ANNEX_A, SYS_DVBC_ANNEX_A,
SYS_DVBC_ANNEX_B, SYS_DVBC_ANNEX_B,
...@@ -436,7 +436,9 @@ typedef enum fe_delivery_system { ...@@ -436,7 +436,9 @@ typedef enum fe_delivery_system {
SYS_DVBT2, SYS_DVBT2,
SYS_TURBO, SYS_TURBO,
SYS_DVBC_ANNEX_C, SYS_DVBC_ANNEX_C,
} fe_delivery_system_t; };
typedef enum fe_delivery_system fe_delivery_system_t;
/* backward compatibility */ /* backward compatibility */
#define SYS_DVBC_ANNEX_AC SYS_DVBC_ANNEX_A #define SYS_DVBC_ANNEX_AC SYS_DVBC_ANNEX_A
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment