Changeset 91568 in vbox
- Timestamp:
- Oct 5, 2021 12:29:44 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/audio/tdAudioTest.py
r91562 r91568 719 719 # Make sure that the VM's audio adapter is configured the way we need it to. 720 720 if self.fpApiVer >= 4.0: 721 reporter.log('Configuring audio controller type ...'); 721 722 if self.enmAudioControllerType is None: 722 723 oOsType = oSession.getOsType(); 723 724 self.enmAudioControllerType = oOsType.recommendedAudioController; 724 725 else: 725 reporter.log('Setting user-defined audio controller type to %d' % (self.enmAudioControllerType)); 726 726 reporter.log('Setting user-defined audio controller type to %d' % (self.enmAudioControllerType)); 727 727 oSession.setupAudio(self.enmAudioControllerType, 728 728 fEnable = True, fEnableIn = True, fEnableOut = True);
Note:
See TracChangeset
for help on using the changeset viewer.