Navigation
API > API/Plugins > API/Plugins/MediaIOCore > API/Plugins/MediaIOCore/UMediaCapture
Description
Implementation of StopCapture that allows providing a callback that's invoked when the capture has completely stopped. Some capture implementations (ie. Aja), need a few frames to completely stop the capture, so this method can be used to act when the underlying SDK is done shutting down.
| Name | StopCapture_Callback |
| Type | function |
| Header File | /Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Public/MediaCapture.h |
| Include Path | #include "MediaCapture.h" |
| Source | /Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Private/MediaCapture.cpp |
void StopCapture_Callback
(
bool bAllowPendingFrameToBeProcess,
FSimpleDelegate Callback
)