Searched refs:mlineControls (Results 1 – 1 of 1) sorted by relevance
1844 …MIXERLINECONTROLS mlineControls; // contains information about the controls of an audio… in GetAllLineControls() local1846 mlineControls.dwLineID = line.dwLineID; // unique audio line identifier in GetAllLineControls()1847 mlineControls.cControls = line.cControls; // number of controls associated with the line in GetAllLineControls()1848 …mlineControls.pamxctrl = controlArray; // points to the first MIXERCONTROL structure to be fi… in GetAllLineControls()1849 mlineControls.cbStruct = sizeof(MIXERLINECONTROLS); in GetAllLineControls()1850 mlineControls.cbmxctrl = sizeof(MIXERCONTROL); in GetAllLineControls()1854 …res = mixerGetLineControls(reinterpret_cast<HMIXEROBJ>(mixId), &mlineControls, MIXER_OBJECTF_MIXER… in GetAllLineControls()