# | Line 77 | Line 77 | const uint32 siHeadphoneVolume = FOURCC | |
---|---|---|
77 | const uint32 siHeadphoneVolumeSteps = FOURCC('h','d','s','t'); // number of volume steps for headphone | |
78 | const uint32 siSpeakerMute = FOURCC('s','m','u','t'); // mute state of all built-in speakers | |
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 | ||
83 | enum { // ComponentResource struct | |
84 | componentType = 0, |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |