#include <VideoWindow.h>
Public Member Functions | |
| CVideoWindow () | |
| virtual | ~CVideoWindow () |
| BOOL | Create (CWnd *pWndParent) |
Public Attributes | |
| fsPartMediaPlayer | m_player |
Protected Member Functions | |
| virtual LRESULT | WindowProc (UINT message, WPARAM wParam, LPARAM lParam) |
| afx_msg LRESULT | OnGraphMessage (WPARAM, LPARAM) |
| afx_msg void | OnSize (UINT nType, int cx, int cy) |
| afx_msg int | OnCreate (LPCREATESTRUCT lpCreateStruct) |
Definition at line 15 of file VideoWindow.h.
| CVideoWindow::CVideoWindow | ( | ) |
Definition at line 16 of file VideoWindow.cpp.
| CVideoWindow::~CVideoWindow | ( | ) | [virtual] |
Definition at line 20 of file VideoWindow.cpp.
| BOOL CVideoWindow::Create | ( | CWnd * | pWndParent | ) |
Definition at line 32 of file VideoWindow.cpp.
References FALSE, NULL, and TRUE.
Referenced by CDownloads_VideoPreview::OnCreate().
| LRESULT CVideoWindow::WindowProc | ( | UINT | message, | |
| WPARAM | wParam, | |||
| LPARAM | lParam | |||
| ) | [protected, virtual] |
Definition at line 63 of file VideoWindow.cpp.
References m_player, and fsPartMediaPlayer::NotifyOwnerMessage().
| LRESULT CVideoWindow::OnGraphMessage | ( | WPARAM | , | |
| LPARAM | ||||
| ) | [protected] |
| void CVideoWindow::OnSize | ( | UINT | nType, | |
| int | cx, | |||
| int | cy | |||
| ) | [protected] |
Definition at line 45 of file VideoWindow.cpp.
References fsPartMediaPlayer::AutoSize(), and m_player.
| int CVideoWindow::OnCreate | ( | LPCREATESTRUCT | lpCreateStruct | ) | [protected] |
Definition at line 53 of file VideoWindow.cpp.
References fsPartMediaPlayer::Initialize(), and m_player.
Definition at line 27 of file VideoWindow.h.
Referenced by CDownloads_VideoPreview::Get_Player(), OnCreate(), CPluginFrame2::OnEraseBkgnd(), CPlugFrame2Tabs::OnEraseBkgnd(), CMainFrame::OnEraseBkgnd(), CDownloadsWnd::OnEraseBkgnd(), CDownloads_VideoPreview::OnEraseBkgnd(), CDownloads_InfoFrame::OnEraseBkgnd(), CDownloads_Info::OnEraseBkgnd(), CDownloads_Downloads::OnEraseBkgnd(), CClientAreaWnd::OnEraseBkgnd(), CChildView::OnEraseBkgnd(), OnSize(), CDownloads_VideoPreview::Pause(), CDownloads_VideoPreview::Play(), CDownloads_VideoPreview::Stop(), WindowProc(), and CDownloads_VideoPreview::WindowProc().
1.5.6