AudioDeviceModulesManager(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an instance of the AudioDeviceModulesManager class for the specified audio device ID.
public:
AudioDeviceModulesManager(Platform::String ^ deviceId);
AudioDeviceModulesManager(winrt::hstring const& deviceId);
public AudioDeviceModulesManager(string deviceId);
function AudioDeviceModulesManager(deviceId)
Public Sub New (deviceId As String)
Parameters
- deviceId
-
String
Platform::String
winrt::hstring
The identifier of the audio device for which the AudioDeviceModulesManager is retrieved.