Home
last modified time | relevance | path

Searched refs:mpME (Results 1 – 2 of 2) sorted by relevance

/trunk/main/avmedia/source/win/
H A Dplayer.cxx95 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()
221mpME->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 Dplayer.hxx108 IMediaEventEx* mpME; member in avmedia::win::Player

Completed in 17 milliseconds