VirtualBox

Changeset 89024 in vbox


Ignore:
Timestamp:
May 12, 2021 10:47:20 PM (4 years ago)
Author:
vboxsync
Message:

DrvHostAudioCoreAudio: Updated documentation links. bugref:9890

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/DrvHostAudioCoreAudio.cpp

    r89023 r89024  
    44 *
    55 * 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
    68 *     - TN2097: Playing a sound file using the Default Output Audio Unit
    79 *       https://developer.apple.com/library/archive/technotes/tn2097/
    810 *     - TN2091: Device input using the HAL Output Audio Unit
    911 *       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/
    1318 */
    1419
     
    152157    /** The stream's acquired configuration. */
    153158    PDMAUDIOSTREAMCFG           Cfg;
    154     /** Stream-specific data, depending on the stream type. */
     159    /** Direction specific data. */
    155160    union
    156161    {
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette