VirtualBox

Changeset 56088 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
May 27, 2015 8:55:54 AM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
100612
Message:

pr6522. First part: added logic which allows to read\save audio properties in form key=value in VM xml setting file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/AudioAdapterImpl.h

    r55528 r56088  
    6565    HRESULT getAudioController(AudioControllerType_T *aAudioController);
    6666    HRESULT setAudioController(AudioControllerType_T aAudioController);
     67    HRESULT getPropertiesList(std::vector<com::Utf8Str>& aProperties);
     68    HRESULT getProperty(const com::Utf8Str &aKey, com::Utf8Str &aValue);
     69    HRESULT setProperty(const com::Utf8Str &aKey, const com::Utf8Str &aValue);
    6770
    6871    Machine * const     mParent;
Note: See TracChangeset for help on using the changeset viewer.

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