#include <Dlg_Convert.h>
Public Types | |
| enum | { IDD = IDD_CONVERT } |
Public Member Functions | |
| CDlg_Convert (vmsMediaFileConvertSettings *stgs, CWnd *pParent=NULL) | |
Public Attributes | |
| bool | m_bCustomizingDefSettings |
| CComboBox | m_wndVideoSize |
| CComboBox | m_wndQuality |
| CComboBox | m_wndFormat |
Protected Member Functions | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| void | ApplyLanguage () |
| virtual BOOL | OnInitDialog () |
| virtual void | OnOK () |
Protected Attributes | |
| vmsMediaFileConvertSettings * | m_stgs |
Definition at line 13 of file Dlg_Convert.h.
| anonymous enum |
| CDlg_Convert::CDlg_Convert | ( | vmsMediaFileConvertSettings * | stgs, | |
| CWnd * | pParent = NULL | |||
| ) |
| void CDlg_Convert::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
Definition at line 26 of file Dlg_Convert.cpp.
References IDC_FORMAT, IDC_QUALITY, IDC_VIDEOSIZE, m_wndFormat, m_wndQuality, and m_wndVideoSize.
| void CDlg_Convert::ApplyLanguage | ( | ) | [protected] |
Definition at line 171 of file Dlg_Convert.cpp.
References _LngMgr, fsMFCLangMgr::ApplyLanguage(), IDC__FORMAT, IDC__QUALITY, IDC__VIDEOSIZE, IDC_SET_AS_DEF, L_CANCEL, L_CONVERT_OPTS, L_FILE_FORMAT, L_QUALITY, L_REMEMBER_AS_DEFAULT, L_VIDEO_SIZE, and TRUE.
Referenced by OnInitDialog().
| BOOL CDlg_Convert::OnInitDialog | ( | ) | [protected, virtual] |
Definition at line 81 of file Dlg_Convert.cpp.
References _anQualityNames, _apszFormats, _aQualityRates, _aVideoSizes, ApplyLanguage(), FALSE, IDC_SET_AS_DEF, L_AUDIO_BITRATE, L_AVI_USING_MPEG, L_AVI_USING_XVID, L_DONT_CHANGE, L_MP4_FORMAT, L_VIDEO_BITRATE, LS, m_bCustomizingDefSettings, m_stgs, m_wndFormat, m_wndQuality, m_wndVideoSize, vmsMediaFileConvertSettings::nAudioBitrate, vmsMediaFileConvertSettings::nVideoBitrate, vmsMediaFileConvertSettings::sizeVideo, vmsMediaFileConvertSettings::strFormat, vmsMediaFileConvertSettings::strVideoCodec, and TRUE.
| void CDlg_Convert::OnOK | ( | ) | [protected, virtual] |
Definition at line 150 of file Dlg_Convert.cpp.
References _apszFormats, _aQualityRates, _aVideoSizes, IDC_SET_AS_DEF, m_stgs, m_wndFormat, m_wndQuality, m_wndVideoSize, vmsMediaFileConvertSettings::nAudioBitrate, vmsMediaFileConvertSettings::nVideoBitrate, vmsMediaConvertMgr::SaveSettingsAsDefault(), vmsMediaFileConvertSettings::sizeVideo, vmsMediaFileConvertSettings::strAudioCodec, vmsMediaFileConvertSettings::strExtension, vmsMediaFileConvertSettings::strFormat, and vmsMediaFileConvertSettings::strVideoCodec.
Definition at line 17 of file Dlg_Convert.h.
Referenced by CDlg_Convert(), vmsMediaConvertMgr::ConvertMediaFile_SetupDefaultOptions(), and OnInitDialog().
| CComboBox CDlg_Convert::m_wndVideoSize |
Definition at line 23 of file Dlg_Convert.h.
Referenced by DoDataExchange(), OnInitDialog(), and OnOK().
| CComboBox CDlg_Convert::m_wndQuality |
Definition at line 24 of file Dlg_Convert.h.
Referenced by DoDataExchange(), OnInitDialog(), and OnOK().
| CComboBox CDlg_Convert::m_wndFormat |
Definition at line 25 of file Dlg_Convert.h.
Referenced by DoDataExchange(), OnInitDialog(), and OnOK().
vmsMediaFileConvertSettings* CDlg_Convert::m_stgs [protected] |
Definition at line 34 of file Dlg_Convert.h.
Referenced by CDlg_Convert(), OnInitDialog(), and OnOK().
1.5.6