Searched refs:BeginGetEvent (Results 1 – 3 of 3) sorted by relevance
178 HRESULT MediaStreamSink::BeginGetEvent(__in IMFAsyncCallback *callback, __in_opt IUnknown *state) in BeginGetEvent() function in MediaStreamSink186 CHK(_eventQueue->BeginGetEvent(callback, state)); in BeginGetEvent()
62 IFACEMETHODIMP BeginGetEvent(__in IMFAsyncCallback *callback, __in_opt IUnknown *state);
1520 HRESULT STDMETHODCALLTYPE BeginGetEvent( in BeginGetEvent() function in StreamSink1530 hr = m_spEventQueue->BeginGetEvent(pCallback, punkState); in BeginGetEvent()