Searched refs:IDC_COMBO_SAMPLE_RATE (Results 1 - 2 of 2) sorted by relevance
/third_party/lame/dshow/ |
H A D | PropPage.cpp | 301 case IDC_COMBO_SAMPLE_RATE: in OnReceiveMessage() 304 int nSampleRate = SendDlgItemMessage(hwnd, IDC_COMBO_SAMPLE_RATE, CB_GETCURSEL, 0, 0L); in OnReceiveMessage() 416 SendDlgItemMessage(hwndParent, IDC_COMBO_SAMPLE_RATE, CB_RESETCONTENT, 0, 0L); in InitPropertiesDialog() 440 SendDlgItemMessage(hwndParent, IDC_COMBO_SAMPLE_RATE, CB_ADDSTRING, 0, (LPARAM)(LPCTSTR)srRates[i * 3 + m_srIdx].lpSampleRate); in InitPropertiesDialog() 455 SendDlgItemMessage(hwndParent, IDC_COMBO_SAMPLE_RATE, CB_SETCURSEL, nSR, 0); in InitPropertiesDialog() 632 EnableWindow(GetDlgItem(hwndParent, IDC_COMBO_SAMPLE_RATE), bEnable); in EnableControls()
|
H A D | resource.h | 24 #define IDC_COMBO_SAMPLE_RATE 1025 macro
|
Completed in 2 milliseconds