MCPcopy 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
52LPCWSTR GetNameAndVersion()
53{
54 static std::wstring version = L"MPC Video Renderer " + GetVersionStr();
55
56 return version.c_str();
57}
58
59std::wstring MediaType2Str(const CMediaType *pmt)
60{

Callers 2

CMpcVideoRendererMethod · 0.85
OnActivateMethod · 0.85

Calls 1

GetVersionStrFunction · 0.85

Tested by

no test coverage detected