Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1241
STDMETHODIMP CMpcVideoRenderer::GetVideoProcessorInfo(std::wstring& str)
1242
{
1243
return m_VideoProcessor->GetVPInfo(str);
1244
}
1245
1246
STDMETHODIMP_(bool) CMpcVideoRenderer::GetActive()
1247
{
Callers
1
OnActivate
Method · 0.80
Calls
1
GetVPInfo
Method · 0.45
Tested by
no test coverage detected