Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Aleksoid1978/VideoRenderer
/ GetNameAndVersion
Function
GetNameAndVersion
Source/Helper.cpp:52–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
}
51
52
LPCWSTR GetNameAndVersion()
53
{
54
static std::wstring version = L
"MPC Video Renderer "
+ GetVersionStr();
55
56
return version.c_str();
57
}
58
59
std::wstring MediaType2Str(const CMediaType *pmt)
60
{
Callers
2
CMpcVideoRenderer
Method · 0.85
OnActivate
Method · 0.85
Calls
1
GetVersionStr
Function · 0.85
Tested by
no test coverage detected