Changeset 89024 in vbox
- Timestamp:
- May 12, 2021 10:47:20 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvHostAudioCoreAudio.cpp
r89023 r89024 4 4 * 5 5 * For relevant Apple documentation, here are some starters: 6 * - Core Audio Essentials 7 * https://developer.apple.com/library/archive/documentation/MusicAudio/Conceptual/CoreAudioOverview/CoreAudioEssentials/CoreAudioEssentials.html 6 8 * - TN2097: Playing a sound file using the Default Output Audio Unit 7 9 * https://developer.apple.com/library/archive/technotes/tn2097/ 8 10 * - TN2091: Device input using the HAL Output Audio Unit 9 11 * https://developer.apple.com/library/archive/technotes/tn2091/ 10 * - http://developer.apple.com/mac/library/qa/qa2007/qa1533.html 11 * - http://developer.apple.com/mac/library/qa/qa2001/qa1317.html 12 * - http://developer.apple.com/mac/library/documentation/AudioUnit/Reference/AUComponentServicesReference/Reference/reference.html 12 * - Audio Component Services 13 * https://developer.apple.com/documentation/audiounit/audio_component_services?language=objc 14 * - QA1533: How to handle kAudioUnitProperty_MaximumFramesPerSlice 15 * https://developer.apple.com/library/archive/qa/qa1533/ 16 * - QA1317: Signaling the end of data when using AudioConverterFillComplexBuffer 17 * https://developer.apple.com/library/archive/qa/qa1317/ 13 18 */ 14 19 … … 152 157 /** The stream's acquired configuration. */ 153 158 PDMAUDIOSTREAMCFG Cfg; 154 /** Stream-specific data, depending on the stream type. */159 /** Direction specific data. */ 155 160 union 156 161 {
Note:
See TracChangeset
for help on using the changeset viewer.