|
Last change
on this file was
76,
checked in by megakiss, 10 years ago
|
|
1W 대기전력을 만족시키기 위하여 POWEROFF시 튜너를 Standby 상태로 함
|
-
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.