MCPcopy 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
910bool CaptureImplDirectShow::checkNewFrame() const
911{
912 return mNewFrameAvailable.load( std::memory_order_acquire );
913}
914
915Surface8uRef CaptureImplDirectShow::getSurface() const
916{

Callers

nothing calls this directly

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected