Navigation
API > API/Plugins > API/Plugins/MediaIOCore > API/Plugins/MediaIOCore/UMediaCapture
References
| Module | MediaIOCore |
| Header | /Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Public/MediaCapture.h |
| Include | #include "MediaCapture.h" |
| Source | /Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Private/MediaCapture.cpp |
UFUNCTION&40;BlueprintCallable, Category&61;"Media&124;Output"&41;
void StopCapture
&40;
bool bAllowPendingFrameToBeProcess
&41;
Remarks
Stop the previous requested capture.
Parameters
| Name | Description |
|---|---|
| bAllowPendingFrameToBeProcess | Keep copying the pending frames asynchronously or stop immediately without copying the pending frames. |