Navigation
API > API/Plugins > API/Plugins/AjaMediaOutput
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMovieSceneCaptureProtocolBase
- UMovieSceneImageCaptureProtocolBase
- UAjaFrameGrabberProtocol
References
| Module | AjaMediaOutput |
| Header | /Engine/Plugins/Media/AjaMedia/Source/AjaMediaOutput/Public/AjaMediaFrameGrabberProtocol.h |
| Include | #include "AjaMediaFrameGrabberProtocol.h" |
Syntax
UCLASS&40;Meta&61;&40;DisplayName&61;"AJA Output", CommandLineID&61;"AJAOutput"&41;&41;
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 |