MCPcopy Create free account
hub / github.com/Aleksoid1978/VideoRenderer / GetVideoProcessorInfo

Method GetVideoProcessorInfo

Source/VideoRenderer.cpp:1241–1244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1239// IVideoRenderer
1240
1241STDMETHODIMP CMpcVideoRenderer::GetVideoProcessorInfo(std::wstring& str)
1242{
1243 return m_VideoProcessor->GetVPInfo(str);
1244}
1245
1246STDMETHODIMP_(bool) CMpcVideoRenderer::GetActive()
1247{

Callers 1

OnActivateMethod · 0.80

Calls 1

GetVPInfoMethod · 0.45

Tested by

no test coverage detected