|
Last change
on this file since 66 was
66,
checked in by megakiss, 11 years ago
|
|
키패드 기능 연결
전원키 누르고 리모콘 누르면 학습
CH+ 간격 1초 증가 MAX:15
CH- 간격 1초 감소 MIN :1
|
-
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 |
|---|
| 11 | extern "C" { |
|---|
| 12 | #endif |
|---|
| 13 | |
|---|
| 14 | void bapp_hdmi_disconnect_audio(NEXUS_HdmiOutputHandle hdmi); |
|---|
| 15 | |
|---|
| 16 | void bapp_hdmi_connect_audio(NEXUS_HdmiOutputHandle hdmi); |
|---|
| 17 | |
|---|
| 18 | void 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.