Searched refs:mpME (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/avmedia/source/win/ |
H A D | player.cxx | 95 mpME( NULL ), in Player() 142 if( mpME ) in disposing() 144 mpME->SetNotifyWindow( 0, WM_GRAPHNOTIFY, 0); in disposing() 145 mpME->Release(); in disposing() 182 SUCCEEDED( hR = mpGB->QueryInterface( IID_IMediaEventEx, (void**) &mpME ) ) && in create() 220 if( mpME ) in setNotifyWnd() 221 … mpME->SetNotifyWindow( (OAHWND) nNotifyWnd, WM_GRAPHNOTIFY, reinterpret_cast< LONG_PTR>( this ) ); in setNotifyWnd() 241 while( mpME && SUCCEEDED( mpME->GetEvent( &nCode, &nParam1, &nParam2, 0 ) ) ) in processEvent() 257 mpME->FreeEventParams( nCode, nParam1, nParam2 ); in processEvent()
|
H A D | player.hxx | 108 IMediaEventEx* mpME; member in avmedia::win::Player
|
Completed in 17 milliseconds