Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinder/Cinder
/ checkNewFrame
Method
checkNewFrame
src/cinder/CaptureImplDirectShow.cpp:910–913 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
908
}
909
910
bool CaptureImplDirectShow::checkNewFrame() const
911
{
912
return mNewFrameAvailable.load( std::memory_order_acquire );
913
}
914
915
Surface8uRef CaptureImplDirectShow::getSurface() const
916
{
Callers
nothing calls this directly
Calls
1
load
Method · 0.45
Tested by
no test coverage detected