how to get stream from filter graph?

mc 5,186 Reputation points
2023-12-04T09:50:55.5766667+00:00
IBaseFilter *pFilter=NULL;
pCaptureGraphBuilder->ControlStream(&PIN_CATEGORY_CAPTURE, nullptr, pFilter, NULL, 0, wstart, wend);
pMediaContro.Run();

how to get stream from pFilter?

Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,746 questions
C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,882 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.