mixerSetControlDetails
[DllImport("winmm.dll", SetLastError = true)]
public static extern uint mixerSetControlDetails(
IntPtr hmxobj,
ref MIXERCONTROLDETAILS pmxcd,
uint fdwDetails
);
Microsoft documentation: Link
Last updated
[DllImport("winmm.dll", SetLastError = true)]
public static extern uint mixerSetControlDetails(
IntPtr hmxobj,
ref MIXERCONTROLDETAILS pmxcd,
uint fdwDetails
);
Microsoft documentation: Link
Last updated