source: svn/newcon3bcm2_21bu/nexus/app/bapp_hdmi.h @ 69

Last change on this file since 69 was 69, checked in by phkim, 10 years ago

1.phkim

  1. 광주방송
  2. 변경내용
    • VBI 캡션 disabled
  • Property svn:executable set to *
File size: 386 bytes
Line 
1
2
3#ifndef BAPP_HDMI_H__
4#define BAPP_HDMI_H__
5
6#include "bapp_nexus.h"
7#include "nexus_hdmi_output.h"
8
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
14void bapp_hdmi_disconnect_audio(NEXUS_HdmiOutputHandle hdmi);
15
16void bapp_hdmi_connect_audio(NEXUS_HdmiOutputHandle hdmi);
17
18void bapp_hdmi_hotplug_callback(void *pParam, int iParam);
19
20
21
22 
23#ifdef __cplusplus
24}
25#endif
26
27#endif /* BAPP_HDMI_H */
28
Note: See TracBrowser for help on using the repository browser.