|
Last change
on this file since 76 was
76,
checked in by megakiss, 10 years ago
|
|
1W 대기전력을 만족시키기 위하여 POWEROFF시 튜너를 Standby 상태로 함
|
|
File size:
1.3 KB
|
| Line | |
|---|
| 1 | #ifndef __DSTDDAUD_H__ |
|---|
| 2 | #define __DSTDDAUD_H__ |
|---|
| 3 | |
|---|
| 4 | #if defined __cplusplus |
|---|
| 5 | extern "C" { |
|---|
| 6 | #endif |
|---|
| 7 | |
|---|
| 8 | DHL_RESULT DD_AUD_Init(void); |
|---|
| 9 | DHL_RESULT DD_AUD_ChangeAudOutFormat(DHL_AUD_OUTPUT_FORMAT UserAudOutFmt); |
|---|
| 10 | |
|---|
| 11 | DHL_RESULT DD_AUD_SetVolume(DS_U16 uVolLvl); |
|---|
| 12 | DHL_RESULT DD_AUD_SetAudioDelay( DS_S32 offset ); |
|---|
| 13 | |
|---|
| 14 | DHL_RESULT DD_AUD_SetVolumeAMP(DS_U16 uVolLvl); |
|---|
| 15 | DHL_RESULT DD_AUD_SetVolumeHP(DS_U16 uVolLvl); |
|---|
| 16 | DHL_RESULT DD_AUD_SetBalance(int Balance); |
|---|
| 17 | DHL_RESULT DD_AUD_GetBalance( int *pBalance ); |
|---|
| 18 | DHL_RESULT DD_AUD_SetTrebleBass( int Treble, int Bass ); |
|---|
| 19 | DHL_RESULT DD_AUD_SetAVL( DS_BOOL Enable ); |
|---|
| 20 | |
|---|
| 21 | DHL_RESULT DD_AUD_IsHPAvail(void); |
|---|
| 22 | DHL_RESULT DD_AUD_AudioMuteHP( DS_BOOL bMute ); |
|---|
| 23 | |
|---|
| 24 | DHL_RESULT DD_AUD_AudioMute( DS_BOOL bMute ); |
|---|
| 25 | DHL_RESULT DD_AUD_AudioMuteAUX(DS_BOOL bMute); |
|---|
| 26 | DHL_RESULT DD_AUD_AudioMuteSPDIF( DS_BOOL bMute ); |
|---|
| 27 | DHL_RESULT DD_AUD_PresetAudProcessor(DHL_AUD_PROC_TYPE type); |
|---|
| 28 | void DD_AUD_PresetAudioOutput(int iAudOut); |
|---|
| 29 | |
|---|
| 30 | DHL_RESULT DD_AUD_VolumeFadeInOut_I2S(DS_BOOL bFadeIn); // Main¿¡ ´ëÇÑ Fade in/out |
|---|
| 31 | DHL_RESULT DD_AUD_VolumeFadeInOut_Amp(DS_BOOL bFadeIn); // Main/AUX/SPDIF Àüü¿¡ ´ëÇÑ Fade in/out |
|---|
| 32 | DHL_RESULT DD_AUD_SetSRS(DS_BOOL Enable); |
|---|
| 33 | DHL_RESULT DD_AUD_SetAmpVolumeLevel(DS_U8 uVolLvl); |
|---|
| 34 | DHL_RESULT DD_AUD_SetAMPPower(int n); |
|---|
| 35 | |
|---|
| 36 | #if defined __cplusplus |
|---|
| 37 | } |
|---|
| 38 | #endif |
|---|
| 39 | |
|---|
| 40 | #endif /* __DSTDDAUD_H__ */ |
|---|
Note: See
TracBrowser
for help on using the repository browser.