1 |
|
/* |
2 |
|
* audio_defs.h - Definitions for MacOS audio components |
3 |
|
* |
4 |
< |
* Basilisk II (C) 1997-2001 Christian Bauer |
4 |
> |
* Basilisk II (C) 1997-2002 Christian Bauer |
5 |
|
* |
6 |
|
* This program is free software; you can redistribute it and/or modify |
7 |
|
* it under the terms of the GNU General Public License as published by |
79 |
|
const uint32 siSpeakerVolume = FOURCC('s','v','o','l'); // volume level of built-in speaker |
80 |
|
const uint32 siDeviceName = FOURCC('n','a','m','e'); |
81 |
|
const uint32 siDeviceIcon = FOURCC('i','c','o','n'); |
82 |
+ |
const uint32 siHardwareFormat = FOURCC('h','w','f','m'); |
83 |
|
|
84 |
|
enum { // ComponentResource struct |
85 |
|
componentType = 0, |