Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Aleksoid1978/VideoRenderer
/ SetFPS
Method
SetFPS
Source/SubPic/SubPicQueueImpl.cpp:89–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
STDMETHODIMP CSubPicQueueImpl::SetFPS(double fps)
90
{
91
m_fps = fps;
92
93
return S_OK;
94
}
95
96
STDMETHODIMP CSubPicQueueImpl::SetTime(REFERENCE_TIME rtNow)
97
{
Callers
nothing calls this directly
Calls
1
Set
Method · 0.45
Tested by
no test coverage detected