freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內容

基于directshow視頻播放器(編輯修改稿)

2025-07-15 14:12 本頁面
 

【文章內容簡介】 eadOnly(TRUE)。 return TRUE。 // 除非設置了控件的焦點,否則返回 TRUE} 添加相應的清除代碼,重載CPlayWndDlg的DestoryWindow方法,如下:BOOL CPlayWndDlg::DestroyWindow(){ // TODO: 在此添加專用代碼和/或調用基類 if(m_pGraph) m_pGraphRelease()。 if(m_pMediaControl) m_pMediaControlRelease()。 if(m_pEvent) m_pEventRelease()。 if(m_pMediaSeeking) m_pMediaSeekingRelease()。 m_pGraph = NULL。 m_pMediaControl = NULL。 m_pEvent = NULL。 m_pMediaSeeking = NULL。 return CDialog::DestroyWindow()。}7.修改CPlayWndDlg::OnPaint(),由于現在視頻顯示區(qū)域必須由我們自己進行重畫:void CPlayWndDlg::OnPaint() { if (IsIconic()) { CPaintDC dc(this)。 // 用于繪制的設備上下文 SendMessage(WM_ICONERASEBKGND, reinterpret_castWPARAM(()), 0)。 // 使圖標在工作矩形中居中 int cxIcon = GetSystemMetrics(SM_CXICON)。 int cyIcon = GetSystemMetrics(SM_CYICON)。 CRect rect。 GetClientRect(amp。rect)。 int x = (() cxIcon + 1) / 2。 int y = (() cyIcon + 1) / 2。 // 繪制圖標 (x, y, m_hIcon)。 } else { if(m_isPlaying == FALSE) { CClientDC dc(GetDlgItem(IDC_VW_FRAME))。 (RGB(0,0,0))。 CRect rc。 GetDlgItem(IDC_VW_FRAME)GetClientRect(rc)。 //ClientToScreen(rc)。 (rc, CBrush::FromHandle((HBRUSH)GetStockObject(BLACK_BRUSH)))。 GetDlgItem(IDC_VW_FRAME)Invalidate()。 } CDialog::OnPaint()。 }}添加瀏覽、播放、暫停、關閉四按鈕的相應事件響應函數,同時在CPlayWndDlg中添加如下四個私有方法: void MoveVideoWindow(void)。 void CleanUp(void)。 BOOL Stop(void)。 BOOL Play(void)。上述方法的實現如下:// IDC_VW_FRAME控件Picture Control主要作用是控制Vedio Window的顯示位置void CPlayWndDlg::MoveVideoWindow(void){ IVideoWindow* pVideoWinow = NULL。 if(m_pGraph) { m_pGraphQueryInterface(IID_IVideoWindow, (void **)amp。pVideoWinow)。 CRect rc。 GetDlgItem(IDC_VW_FRAME)GetWindowRect(rc)。 ScreenToClient(rc)。 pVideoWinowSetWindowPosition(, , (), ())。 pVideoWinowRelease()。 pVideoWinow = NULL。 }}void CPlayWndDlg::CleanUp(void){ long levCode。 IVideoWindow *pVidWin = NULL。 if(!m_pGraph) return。 m_pGraphQueryInterface(IID_IVideoWindow, (void **)amp。pVidWin)。 m_pEventWaitForCompletion(INFINITE, amp。levCode)。 pVidWinput_Visible(OAFALSE)。 pVidWinRelease()。 m_pMediaSeekingRelease()。 m_pMediaControlRelease()。 m_pEventRelease()。 m_pGraphRelease()。
點擊復制文檔內容
公司管理相關推薦
文庫吧 www.dybbs8.com
備案圖片鄂ICP備17016276號-1