AudioDeviceModule.MinorVersion Property

Definition

Gets the minor version of the audio device module.

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

Property Value

UInt32

unsigned int

uint32_t

The minor version of the audio device module.

Applies to