c# Programming Glossary: mixerinfo
Changing master volume level http://stackoverflow.com/questions/294292/changing-master-volume-level struct VOLUME public int left public int right struct MixerInfo public uint volumeCtl public uint muteCtl public int minVolume.. hmxobj ref MIXERCONTROLDETAILS pmxcd MIXER flags static MixerInfo GetMixerControls MIXERLINE mxl new MIXERLINE MIXERLINECONTROLS.. ref mlc MIXER.OBJECTF_MIXER MIXER.GETLINECONTROLSF_ALL MixerInfo rtn new MixerInfo for int i 0 i mlc.cControls i MIXERCONTROL..
|