📄 dtv_ref4_audio.h
字号:
/*
* Copyright (c) 1995 - 1999 by TriMedia Technologies.
*
* +------------------------------------------------------------------+
* | This software is furnished under a license and may only be used |
* | and copied in accordance with the terms and conditions of such |
* | a license and with the inclusion of this copyright notice. This |
* | software or any other copies of this software may not be provided|
* | or otherwise made available to any other person. The ownership |
* | and title of this software is not transferred. |
* | |
* | The information in this software is subject to change without |
* | any prior notice and should not be construed as a commitment by |
* | TriMedia Technologies. |
* | |
* | this code and information is provided "as is" without any |
* | warranty of any kind, either expressed or implied, including but |
* | not limited to the implied warranties of merchantability and/or |
* | fitness for any particular purpose. |
* +------------------------------------------------------------------+
*
* Module name : dtv_ref4_audio.h 1.6
*
* Last update : 19:01:56 - 00/11/09
*
*
*/
#ifndef DTV_REF4_AUDIO_H
#define DTV_REF4_AUDIO_H
#if defined(__cplusplus)
extern "C" {
#endif /* defined(__cplusplus) */
#define DTV_REF4_SUPPORTED_AUDIO_OUT_TYPES_1 (atfLinearPCM)
#define DTV_REF4_SUPPORTED_AUDIO_OUT_SUBTYPES_1 (apfStereo16 | \
apfStereo32 | \
apfFourCh_3_1_0_16 | \
apfFourCh_2_2_0_16 | \
apfFourCh_2_1_1_16 | \
apfFourCh_3_0_1_16 | \
apfFourCh_3_1_0_32 | \
apfFourCh_2_2_0_32 | \
apfFourCh_2_1_1_32 | \
apfFourCh_3_0_1_32 | \
apfFiveDotOne16 | \
apfFiveDotOne32 | \
apfSevenDotOne16 | \
apfSevenDotOne32)
#define DTV_REF4_OUTPUT_AUDIO_ADAPTERS_1 (aaaNone | aaaLineOutput1)
#define DTV_REF4_SUPPORTED_AUDIO_OUT_TYPES_2 (atfLinearPCM)
#define DTV_REF4_SUPPORTED_AUDIO_OUT_SUBTYPES_2 (apfStereo16 | apfStereo32)
#define DTV_REF4_OUTPUT_AUDIO_ADAPTERS_2 (aaaNone | aaaLineOutput1)
#define DTV_REF4_SUPPORTED_SPDO_TYPES (atfSPDIF)
#define DTV_REF4_SUPPORTED_SPDO_SUBTYPES (apfNone)
#define DTV_REF4_OUTPUT_SPDO_ADAPTERS (aaaNone | aaaDigitalOutput)
extern tmLibdevErr_t dtvRef4_AO_Init_1(boardAOParam_t * param);
extern tmLibdevErr_t dtvRef4_AO_Term_1(void);
extern tmLibdevErr_t dtvRef4_AO_Start_1(void);
extern tmLibdevErr_t dtvRef4_AO_Stop_1(void);
extern tmLibdevErr_t dtvRef4_AO_SetSRate_1(Float sRate);
extern tmLibdevErr_t dtvRef4_AO_GetSRate_1(Float * sRate);
extern tmLibdevErr_t dtvRef4_AO_Config_1(UInt32 subaddr, Pointer value);
extern tmLibdevErr_t dtvRef4_AO_Init_2(boardAOParam_t * param);
extern tmLibdevErr_t dtvRef4_AO_Term_2(void);
extern tmLibdevErr_t dtvRef4_AO_Start_2(void);
extern tmLibdevErr_t dtvRef4_AO_Stop_2(void);
extern tmLibdevErr_t dtvRef4_AO_SetSRate_2(Float sRate);
extern tmLibdevErr_t dtvRef4_AO_GetSRate_2(Float * sRate);
extern tmLibdevErr_t dtvRef4_AO_Config_2(UInt32 subaddr, Pointer value);
extern tmLibdevErr_t dtvRef4_SPDO_Init(boardSPDOParam_t * param);
extern tmLibdevErr_t dtvRef4_SPDO_Term(void);
extern tmLibdevErr_t dtvRef4_SPDO_Start(void);
extern tmLibdevErr_t dtvRef4_SPDO_Stop(void);
extern tmLibdevErr_t dtvRef4_SPDO_SetSRate(Float sRate);
extern tmLibdevErr_t dtvRef4_SPDO_GetSRate(Float * sRate);
#if defined(__cplusplus)
}
#endif /* defined(__cplusplus) */
#endif /* DTV_REF4_AUDIO_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -