File: xine_frontend_cec.h

package info (click to toggle)
vdr-plugin-xineliboutput 2.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,476 kB
  • sloc: ansic: 38,688; sh: 438; makefile: 351; cpp: 11
file content (21 lines) | stat: -rw-r--r-- 412 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
 * xine_frontend_cec.h:
 *
 * See the main source file 'xineliboutput.c' for copyright information and
 * how to reach the author.
 *
 * $Id$
 *
 */

#ifndef XINE_FRONTEND_CEC_H
#define XINE_FRONTEND_CEC_H

struct frontend_s;

typedef struct input_cec_s input_cec_t;

input_cec_t *cec_start(struct frontend_s *fe, int hdmi_port, int dev_type);
void cec_stop(input_cec_t **);

#endif /* XINE_FRONTEND_CEC_H */