VirtualBox

Changeset 95454 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jun 30, 2022 10:04:36 AM (3 years ago)
Author:
vboxsync
Message:

Audio/Main: Got rid of the abstract base class IAudioDevice in favor of IHostAudioDevice. bugref:10050

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r95428 r95454  
    2343223432
    2343323433  <interface
    23434     name="IAudioDevice" extends="$unknown"
    23435     uuid="e50cd98b-ec3f-4146-9943-863dd1233691"
     23434    name="IHostAudioDevice" extends="$unknown"
     23435    uuid="cfde1265-3140-4048-a81f-a1e280dfbd75"
    2343623436    wsmap="managed"
    2343723437    rest="managed"
     
    2343923439    >
    2344023440    <desc>
    23441       The IAudioDevice interface represents an abstract base interface for
    23442       an audio device.
     23441      The IAudioDevice interface represents an audio device provided by the host OS.
    2344323442    </desc>
    2344423443
     
    2350323502    </method>
    2350423503
    23505   </interface>
    23506 
    23507   <interface
    23508     name="IHostAudioDevice" extends="IAudioDevice"
    23509     uuid="dc6dda3e-6b04-4203-b4c6-43906dc1695c"
    23510     wsmap="managed">
    23511     <desc>
    23512       Audio device provided by the host OS.
    23513     </desc>
    23514     <attribute name="midlDoesNotLikeEmptyInterfaces" readonly="yes" type="boolean"/>
    2351523504  </interface>
    2351623505
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