Searched refs:IDC_COMBO_ENC_STEREO (Results 1 – 3 of 3) sorted by relevance
/third_party/lame/ACM/ |
D | resource.h | 13 #define IDC_COMBO_ENC_STEREO 1005 macro
|
D | AEncodeProperties.cpp | 67 …{ IDC_COMBO_ENC_STEREO, "Select the type of stereo mode used for encoding:\r\n\r\n- Stereo : the u… 437 SendMessage(GetDlgItem( HwndDlg, IDC_COMBO_ENC_STEREO), CB_RESETCONTENT , NULL, NULL); in InitConfigDlg() 439 …SendMessage(GetDlgItem( HwndDlg, IDC_COMBO_ENC_STEREO), CB_ADDSTRING, NULL, (LPARAM) GetChannelMod… in InitConfigDlg() 566 SendMessage(GetDlgItem( HwndDlg, IDC_COMBO_ENC_STEREO), CB_SETCURSEL, i, NULL); in UpdateDlgFromValue() 652 …nChannelIndex = SendMessage(GetDlgItem( HwndDlg, IDC_COMBO_ENC_STEREO), CB_GETCURSEL, NULL,… in UpdateValueFromDlg()
|
D | acm.rc | 128 COMBOBOX IDC_COMBO_ENC_STEREO,70,21,60,53,CBS_DROPDOWNLIST |
|