AudioDeviceModule.InstanceId Property

Definition

Gets an identifier, defined by the driver developer, that disambiguates between multiple instances of the same module class in the driver topology.

public:
 property unsigned int InstanceId { unsigned int get(); };
uint32_t InstanceId();
public uint InstanceId { get; }
var uInt32 = audioDeviceModule.instanceId;
Public ReadOnly Property InstanceId As UInteger

Property Value

UInt32

unsigned int

uint32_t

An identifier that disambiguates between multiple instances of the same module class in the driver topology.

Applies to