summaryrefslogtreecommitdiffstats
path: root/dvb-t/uk-Angus
blob: 57e3674cb06ca747a310d26d9c06e16232fbb448 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#----------------------------------------------------------------------------------------------
# Auto-generated from:
# <http://stakeholders.ofcom.org.uk/broadcasting/guidance/tech-guidance/transmitter-frequency/>
#----------------------------------------------------------------------------------------------
# location and provider: UK, Angus
# date (yyyy-mm-dd)    : 2013-09-18
#
# T[2] <freq> <bw> <fec_hi> <fec_lo> <mod> <tm> <guard> <hi> [<plp_id>] [# comment]
#----------------------------------------------------------------------------------------------
T  785833000 8MHz 2/3 NONE QAM64  8k  1/32  NONE   # PSB1
T  730000000 8MHz 2/3 NONE QAM64  8k  1/32  NONE   # PSB2
T2 762000000 8MHz 2/3 NONE QAM256 32k 1/128 NONE 0 # PSB3
T  738000000 8MHz 3/4 NONE QAM64  8k  1/32  NONE   # COM4
T  770000000 8MHz 3/4 NONE QAM64  8k  1/32  NONE   # COM5
T  698000000 8MHz 3/4 NONE QAM64  8k  1/32  NONE   # COM6
se 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. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef gnutv_DATA_H #define gnutv_DATA_H 1 #include <netdb.h> extern void gnutv_data_start(int output_type, int ffaudiofd, int adapter_id, int demux_id, char *outfile, char* outif, struct addrinfo *outaddrs, int usertp); extern void gnutv_data_stop(void); extern void gnutv_data_new_pat(int pmt_pid); extern int gnutv_data_new_pmt(struct mpeg_pmt_section *pmt); #endif