MCPcopy 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
89STDMETHODIMP CSubPicQueueImpl::SetFPS(double fps)
90{
91 m_fps = fps;
92
93 return S_OK;
94}
95
96STDMETHODIMP CSubPicQueueImpl::SetTime(REFERENCE_TIME rtNow)
97{

Callers

nothing calls this directly

Calls 1

SetMethod · 0.45

Tested by

no test coverage detected