Changeset 95454 in vbox for trunk/src/VBox
- Timestamp:
- Jun 30, 2022 10:04:36 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r95428 r95454 23432 23432 23433 23433 <interface 23434 name="I AudioDevice" extends="$unknown"23435 uuid=" e50cd98b-ec3f-4146-9943-863dd1233691"23434 name="IHostAudioDevice" extends="$unknown" 23435 uuid="cfde1265-3140-4048-a81f-a1e280dfbd75" 23436 23436 wsmap="managed" 23437 23437 rest="managed" … … 23439 23439 > 23440 23440 <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. 23443 23442 </desc> 23444 23443 … … 23503 23502 </method> 23504 23503 23505 </interface>23506 23507 <interface23508 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"/>23515 23504 </interface> 23516 23505
Note:
See TracChangeset
for help on using the changeset viewer.