You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
451 B
14 lines
451 B
// $Header: G:/SwDev/WDM/Video/bt848/rcs/Audio.h 1.3 1998/04/29 22:43:26 tomz Exp $
|
|
|
|
#ifndef __AUDIO_H
|
|
#define __AUDIO_H
|
|
|
|
//----------------------------------------
|
|
// Audio Source Value definitions
|
|
//----------------------------------------
|
|
#define AUDIO_SOURCE_CDROM 0x00
|
|
#define AUDIO_SOURCE_EXTAUDIO 0x01
|
|
#define AUDIO_SOURCE_TVTUNER 0x02
|
|
#define AUDIO_SOURCE_MUTE 0x03
|
|
|
|
#endif // __AUDIO_H
|