Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/MovieSceneCapture/Public/Protocols/VideoCaptureProtocol.h |
Include |
#include "Protocols/VideoCaptureProtocol.h" |
class UVideoCaptureProtocol : public UFrameGrabberProtocol
Name | Description | ||
---|---|---|---|
|
bUseCompression |
||
|
float |
CompressionQuality |
Name | Description | |
---|---|---|
|
UVideoCaptureProtocol ( |
Name | Description | ||
---|---|---|---|
|
ConditionallyCreateWriter() |
Name | Description | ||
---|---|---|---|
|
FFramePayloa... |
GetFramePayload ( |
~ End UMovieSceneCaptureProtocolBase Implementation Retrieve an arbitrary set of data that relates to the specified frame metrics. |
|
ProcessFrame ( |
Process a captured frame. This may be called on any thread. |
Name | Description | ||
---|---|---|---|
|
CanWriteToFileImpl |
Test whether this capture protocol thinks the file should be written to. |
|
|
FinalizeImpl() |
Called when we have finished capturing |
|
|
SetupImpl() |
Called once at the start of the capture process (before any warmup) to set up anything required for the capture. |