Navigation
API > API/Plugins > API/Plugins/AjaMediaOutput
Inheritance Hierarchy
- UObject
- UMovieSceneCaptureProtocolBase
- UMovieSceneImageCaptureProtocolBase
- UAjaFrameGrabberProtocol
References
Module | AjaMediaOutput |
Header | /Engine/Plugins/Media/AjaMedia/Source/AjaMediaOutput/Public/AjaMediaFrameGrabberProtocol.h |
Include | #include "AjaMediaFrameGrabberProtocol.h" |
Syntax
UCLASS (Meta=(DisplayName="AJA Output", CommandLineID="AJAOutput"))
class UAjaFrameGrabberProtocol : public UMovieSceneImageCaptureProtocolBase
Variables
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() ![]() ![]() |
FString | Information | States unused options for AJAFrameGrabberProtocolSettings |
![]() ![]() ![]() ![]() ![]() |
FSoftObjectPath | MediaOutput | ~End UMovieSceneCaptureProtocolBase implementation AJA Setting to use for the FrameGrabberProtocol |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
UAjaFrameGrabberProtocol
(
const FObjectInitializer& ObjInit |
UAjaFrameGrabberProtocol |
Overridden from UMovieSceneCaptureProtocolBase
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
bool | CanWriteToFileImpl
(
const TCHAR* InFilename, |
Test whether this capture protocol thinks the file should be written to. |
![]() ![]() |
void | FinalizeImpl () |
Called when we have finished capturing |
![]() ![]() ![]() |
bool | Check whether this protocol has any processing left to do, or whether it should be finalized. | |
![]() ![]() |
bool | ~UMovieSceneCaptureProtocolBase implementation |