AudioEffectsPackConfiguration.DeviceId Property

Definition

Gets the audio endpoint ID of the audio effects pack associated with the AudioEffectsPackConfiguration object.

public:
 property Platform::String ^ DeviceId { Platform::String ^ get(); };
winrt::hstring DeviceId();
public string DeviceId { get; }
var string = audioEffectsPackConfiguration.deviceId;
Public ReadOnly Property DeviceId As String

Property Value

String

Platform::String

winrt::hstring

The audio endpoint ID.

Applies to