{"className": "EAjaMediaOutputAudioSampleRate", "headerPath": "/Engine/Plugins/Media/AjaMedia/Source/AjaMediaOutput/Public/AjaMediaOutput.h", "description": "", "module": "AjaMediaOutput", "code": "enum EAjaMediaOutputAudioSampleRate { SR_48k = 48000, }", "variables": []} | |
{"className": "EAjaMediaOutputChannelConfiguration", "headerPath": "/Engine/Plugins/Media/AjaMedia/Source/AjaMediaOutput/Public/AjaMediaOutput.h", "description": "Number of output audio channels", "module": "AjaMediaOutput", "code": "enum EAjaMediaOutputChannelConfiguration { CH_6 = 6, CH_8 = 8, CH_16 = 16, }", "variables": []} | |
{"className": "EAjaMediaOutputPixelFormat", "headerPath": "/Engine/Plugins/Media/AjaMedia/Source/AjaMediaOutput/Public/AjaMediaOutput.h", "description": "Native data format.", "module": "AjaMediaOutput", "code": "enum EAjaMediaOutputPixelFormat { PF_8BIT_YUV, PF_10BIT_YUV, }", "variables": []} | |
{"className": "IAjaMediaOutputModule::Get", "headerPath": "/Engine/Plugins/Media/AjaMedia/Source/AjaMediaOutput/Public/IAjaMediaOutputModule.h", "description": "Singleton-like access to this module's interface. This is just for convenience! Beware of calling this during the shutdown phase, though. Your module might have been unloaded already.\nReturns singleton instance, loading the module on demand if needed", "module": "AjaMediaOutput", "code": "static [IAjaMediaOutputModule](API\\Plugins\\AjaMediaOutput\\IAjaMediaOutputModule) & Get()", "variables": []} | |
{"className": "IAjaMediaOutputModule::IsAvailable", "headerPath": "/Engine/Plugins/Media/AjaMedia/Source/AjaMediaOutput/Public/IAjaMediaOutputModule.h", "description": "Checks to see if this module is loaded and ready. It is only valid to callGet()ifIsAvailable()returns true.\nTrue if the module is loaded and ready to use", "module": "AjaMediaOutput", "code": "static bool IsAvailable()", "variables": []} | |
{"className": "IAjaMediaOutputModule", "headerPath": "/Engine/Plugins/Media/AjaMedia/Source/AjaMediaOutput/Public/IAjaMediaOutputModule.h", "description": "The public interface to this module. In most cases, this interface is only public to sibling modules within this plugin.", "module": "AjaMediaOutput", "code": "class IAjaMediaOutputModule : public [IModuleInterface](API\\Runtime\\Core\\Modules\\IModuleInterface)", "variables": []} | |
{"className": "UAjaFrameGrabberProtocol::CanWriteToFileImpl", "headerPath": "/Engine/Plugins/Media/AjaMedia/Source/AjaMediaOutput/Public/AjaMediaFrameGrabberProtocol.h", "description": "Test whether this capture protocol thinks the file should be written to. Only called when we're not overwriting existing files.Bydefault, we simply test for the file's existence, however this can be overridden to afford complex behaviour like writing out multiple video files for different file names\nWhether we should deem this file writable or not", "module": "AjaMediaOutput", "code": "virtual bool CanWriteToFileImpl ( const TCHAR * InFilename, bool bOverwriteExisting ) const", "variables": []} | |
{"className": "UAjaFrameGrabberProtocol::FinalizeImpl", "headerPath": "/Engine/Plugins/Media/AjaMedia/Source/AjaMediaOutput/Public/AjaMediaFrameGrabberProtocol.h", "description": "Called when we have finished capturing", "module": "AjaMediaOutput", "code": "virtual void FinalizeImpl()", "variables": []} | |
{"className": "UAjaFrameGrabberProtocol::HasFinishedProcessingImpl", "headerPath": "/Engine/Plugins/Media/AjaMedia/Source/AjaMediaOutput/Public/AjaMediaFrameGrabberProtocol.h", "description": "Check whether this protocol has any processing left to do, or whether it should be finalized. Only called when the capture has been asked to end.", "module": "AjaMediaOutput", "code": "virtual bool HasFinishedProcessingImpl() const", "variables": []} | |
{"className": "UAjaFrameGrabberProtocol::StartCaptureImpl", "headerPath": "/Engine/Plugins/Media/AjaMedia/Source/AjaMediaOutput/Public/AjaMediaFrameGrabberProtocol.h", "description": "~UMovieSceneCaptureProtocolBase implementation", "module": "AjaMediaOutput", "code": "virtual bool StartCaptureImpl()", "variables": []} | |
{"className": "UAjaFrameGrabberProtocol::UAjaFrameGrabberProtocol", "headerPath": "/Engine/Plugins/Media/AjaMedia/Source/AjaMediaOutput/Public/AjaMediaFrameGrabberProtocol.h", "description": "UAjaFrameGrabberProtocol", "module": "AjaMediaOutput", "code": "UAjaFrameGrabberProtocol ( const [FObjectInitializer](API\\Runtime\\CoreUObject\\UObject\\FObjectInitializer) & ObjInit )", "variables": []} | |
{"className": "UAjaFrameGrabberProtocol", "headerPath": "/Engine/Plugins/Media/AjaMedia/Source/AjaMediaOutput/Public/AjaMediaFrameGrabberProtocol.h", "description": "", "module": "AjaMediaOutput", "code": "[UCLASS](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)(Meta=(DisplayName=\"AJA Output\", CommandLineID=\"AJAOutput\")) class UAjaFrameGrabberProtocol : public [UMovieSceneImageCaptureProtocolBase](API\\Runtime\\MovieSceneCapture\\UMovieSceneImageCaptureProtocolB-)", "variables": [{"type": "FString", "name": "Information", "description": "States unused options for AJAFrameGrabberProtocolSettings"}, {"type": "FSoftObjectPath", "name": "MediaOutput", "description": "~EndUMovieSceneCaptureProtocolBaseimplementation AJA Setting to use for the FrameGrabberProtocol"}]} | |
{"className": "UAjaMediaCapture::FAjaOutputCallback::OnCompletion", "headerPath": "/Engine/Plugins/Media/AjaMedia/Source/AjaMediaOutput/Private/AjaMediaCapture.cpp", "description": "", "module": "AjaMediaOutput", "code": "virtual void OnCompletion &40; bool bSucceed &41;", "variables": []} | |
{"className": "UAjaMediaCapture::FAjaOutputCallback::OnInitializationCompleted", "headerPath": "/Engine/Plugins/Media/AjaMedia/Source/AjaMediaOutput/Private/AjaMediaCapture.cpp", "description": "", "module": "AjaMediaOutput", "code": "virtual void OnInitializationCompleted &40; bool bSucceed &41;", "variables": []} | |
{"className": "UAjaMediaCapture::FAjaOutputCallback::OnInputFrameReceived", "headerPath": "/Engine/Plugins/Media/AjaMedia/Source/AjaMediaOutput/Private/AjaMediaCapture.cpp", "description": "", "module": "AjaMediaOutput", "code": "virtual bool OnInputFrameReceived &40; const AJA::AJAInputFrameData & InInputFrame, const AJA::AJAAncillaryFrameData & InAncillaryFrame, const AJA::AJAAudioFrameData & AudioFrame, const AJA::AJAVideoFrameData & VideoFrame &41;", "variables": []} | |
{"className": "UAjaMediaCapture::FAjaOutputCallback::OnOutputFrameCopied", "headerPath": "/Engine/Plugins/Media/AjaMedia/Source/AjaMediaOutput/Private/AjaMediaCapture.cpp", "description": "", "module": "AjaMediaOutput", "code": "virtual bool OnOutputFrameCopied &40; const AJA::AJAOutputFrameData & InFrameData &41;", "variables": []} | |
{"className": "UAjaMediaCapture::FAjaOutputCallback::OnOutputFrameStarted", "headerPath": "/Engine/Plugins/Media/AjaMedia/Source/AjaMediaOutput/Private/AjaMediaCapture.cpp", "description": "", "module": "AjaMediaOutput", "code": "virtual void OnOutputFrameStarted&40;&41;", "variables": []} | |
{"className": "UAjaMediaCapture::FAjaOutputCallback::OnRequestInputBuffer", "headerPath": "/Engine/Plugins/Media/AjaMedia/Source/AjaMediaOutput/Private/AjaMediaCapture.cpp", "description": "", "module": "AjaMediaOutput", "code": "virtual bool OnRequestInputBuffer &40; const AJA::AJARequestInputBufferData & RequestBuffer, AJA::AJARequestedInputBufferData & OutRequestedBuffer &41;", "variables": []} | |
{"className": "UAjaMediaCapture::FAJAOutputChannel::FAJAOutputChannel", "headerPath": "/Engine/Plugins/Media/AjaMedia/Source/AjaMediaOutput/Private/AjaMediaCapture.cpp", "description": "", "module": "AjaMediaOutput", "code": "FAJAOutputChannel&40;&41;", "variables": []} | |
{"className": "FAjaOutputCallback", "headerPath": "/Engine/Plugins/Media/AjaMedia/Source/AjaMediaOutput/Private/AjaMediaCapture.cpp", "description": "", "module": "AjaMediaOutput", "code": "struct FAjaOutputCallback : public [AJA::IAJAInputOutputChannelCallbackInterface](API\\Plugins\\AjaCore\\IAJAInputOutputChannelCallbackIn-)", "variables": [{"type": "uint64", "name": "LastFrameDropCount", "description": "Last frame drop count to detect count"}, {"type": "UAjaMediaCaptur...", "name": "Owner", "description": ""}, {"type": "uint64", "name": "PreviousDroppedCount", "description": ""}]} | |
{"className": "FAJAOutputChannel", "headerPath": "/Engine/Plugins/Media/AjaMedia/Source/AjaMediaOutput/Private/AjaMediaCapture.cpp", "description": "", "module": "AjaMediaOutput", "code": "struct FAJAOutputChannel : public [AJA::AJAOutputChannel](API\\Plugins\\AjaCore\\AJAOutputChannel)", "variables": []} | |
{"className": "UAjaMediaCapture::GetRGBToYUVConversionMatrix", "headerPath": "/Engine/Plugins/Media/AjaMedia/Source/AjaMediaOutput/Public/AjaMediaCapture.h", "description": "Get the RGB to YUV Conversion Matrix, should be overriden for media outputs that support different color gamuts (ie. BT 2020). Will default to returning the RGBToYUV Rec709 matrix.", "module": "AjaMediaOutput", "code": "virtual const FMatrix & GetRGBToYUVConversionMatrix() const", "variables": []} | |
{"className": "UAjaMediaCapture::HasFinishedProcessing", "headerPath": "/Engine/Plugins/Media/AjaMedia/Source/AjaMediaOutput/Public/AjaMediaCapture.h", "description": "Check whether this capture has any processing left to do.", "module": "AjaMediaOutput", "code": "virtual bool HasFinishedProcessing() const", "variables": []} | |
{"className": "UAjaMediaCapture::InitializeCapture", "headerPath": "/Engine/Plugins/Media/AjaMedia/Source/AjaMediaOutput/Public/AjaMediaCapture.h", "description": "Initialization method to prepare implementation for capture", "module": "AjaMediaOutput", "code": "virtual bool InitializeCapture()", "variables": []} | |
{"className": "UAjaMediaCapture::LockDMATexture_RenderThread", "headerPath": "/Engine/Plugins/Media/AjaMedia/Source/AjaMediaOutput/Public/AjaMediaCapture.h", "description": "", "module": "AjaMediaOutput", "code": "virtual void LockDMATexture_RenderThread ( FTextureRHIRef InTexture )", "variables": []} | |
{"className": "UAjaMediaCapture::OnFrameCaptured_AnyThread", "headerPath": "/Engine/Plugins/Media/AjaMedia/Source/AjaMediaOutput/Public/AjaMediaCapture.h", "description": "Callback when the buffer was successfully copied to CPU ram. The buffer is only valid for the duration of the callback. SupportsAnyThreadCapture must return true in the implementation in order for this to be called.", "module": "AjaMediaOutput", "code": "virtual void OnFrameCaptured_AnyThread ( const [FCaptureBaseData](API\\Plugins\\MediaIOCore\\UMediaCapture\\FCaptureBaseData) & InBaseData, [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< [FMediaCaptureUserData](API\\Plugins\\MediaIOCore\\FMediaCaptureUserData), ESPMode::ThreadSafe > InUserData, const [FMediaCaptureResourceData](API\\Plugins\\MediaIOCore\\UMediaCapture\\FMediaCaptureResourceData) & InResourceData )", "variables": []} | |
{"className": "UAjaMediaCapture::OnFrameCaptured_RenderingThread", "headerPath": "/Engine/Plugins/Media/AjaMedia/Source/AjaMediaOutput/Public/AjaMediaCapture.h", "description": "Callback when the buffer was successfully copied to CPU ram. The callback in called from a critical point. If you intend to process the buffer, do so in another thread. The buffer is only valid for the duration of the callback.", "module": "AjaMediaOutput", "code": "virtual void OnFrameCaptured_RenderingThread ( const [FCaptureBaseData](API\\Plugins\\MediaIOCore\\UMediaCapture\\FCaptureBaseData) & InBaseData, [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< [FMediaCaptureUserData](API\\Plugins\\MediaIOCore\\FMediaCaptureUserData), ESPMode::ThreadSafe > InUserData, void * InBuffer, int32 Width, int32 Height, int32 BytesPerRow )", "variables": []} | |
{"className": "UAjaMediaCapture::OnRHIResourceCaptured_AnyThread", "headerPath": "/Engine/Plugins/Media/AjaMedia/Source/AjaMediaOutput/Public/AjaMediaCapture.h", "description": "AnyThread version of the above callbacks. SupportsAnyThreadCapture must return true in the implementation in order for this to be called.", "module": "AjaMediaOutput", "code": "virtual void OnRHIResourceCaptured_AnyThread ( const [FCaptureBaseData](API\\Plugins\\MediaIOCore\\UMediaCapture\\FCaptureBaseData) & InBaseData, [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< [FMediaCaptureUserData](API\\Plugins\\MediaIOCore\\FMediaCaptureUserData), ESPMode::ThreadSafe > InUserData, FTextureRHIRef InTexture )", "variables": []} | |
{"className": "UAjaMediaCapture::OnRHIResourceCaptured_RenderingThread", "headerPath": "/Engine/Plugins/Media/AjaMedia/Source/AjaMediaOutput/Public/AjaMediaCapture.h", "description": "Callbacks when the buffer was successfully copied on the GPU ram. The callback in called from a critical point. If you intend to process the texture/buffer, do so in another thread. The texture is valid for the duration of the callback.", "module": "AjaMediaOutput", "code": "virtual void OnRHIResourceCaptured_RenderingThread ( const [FCaptureBaseData](API\\Plugins\\MediaIOCore\\UMediaCapture\\FCaptureBaseData) & InBaseData, [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< [FMediaCaptureUserData](API\\Plugins\\MediaIOCore\\FMediaCaptureUserData), ESPMode::ThreadSafe > InUserData, FTextureRHIRef InTexture )", "variables": []} | |
{"className": "UAjaMediaCapture::PostInitializeCaptureViewport", "headerPath": "/Engine/Plugins/Media/AjaMedia/Source/AjaMediaOutput/Public/AjaMediaCapture.h", "description": "Called after initialize for viewport capture type", "module": "AjaMediaOutput", "code": "virtual bool PostInitializeCaptureViewport ( [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< [FSceneViewport](API\\Runtime\\Engine\\Slate\\FSceneViewport) > & InSceneViewport )", "variables": []} | |
{"className": "UAjaMediaCapture::ShouldCaptureRHIResource", "headerPath": "/Engine/Plugins/Media/AjaMedia/Source/AjaMediaOutput/Public/AjaMediaCapture.h", "description": "Should we callOnFrameCaptured_RenderingThread()with a RHI resource -or- readback the memory to CPU ram and callOnFrameCaptured_RenderingThread().", "module": "AjaMediaOutput", "code": "virtual bool ShouldCaptureRHIResource() const", "variables": []} | |
{"className": "UAjaMediaCapture::StopCaptureImpl", "headerPath": "/Engine/Plugins/Media/AjaMedia/Source/AjaMediaOutput/Public/AjaMediaCapture.h", "description": "", "module": "AjaMediaOutput", "code": "virtual void StopCaptureImpl ( bool bAllowPendingFrameToBeProcess )", "variables": []} | |
{"className": "UAjaMediaCapture::SupportsAnyThreadCapture", "headerPath": "/Engine/Plugins/Media/AjaMedia/Source/AjaMediaOutput/Public/AjaMediaCapture.h", "description": "Whether the capture callbacks can be called on any thread. If true, the _AnyThread callbacks will be used instead of the _RenderThread ones.", "module": "AjaMediaOutput", "code": "virtual bool SupportsAnyThreadCapture() const", "variables": []} | |
{"className": "UAjaMediaCapture::UnlockDMATexture_RenderThread", "headerPath": "/Engine/Plugins/Media/AjaMedia/Source/AjaMediaOutput/Public/AjaMediaCapture.h", "description": "", "module": "AjaMediaOutput", "code": "virtual void UnlockDMATexture_RenderThread ( FTextureRHIRef InTexture )", "variables": []} | |
{"className": "UAjaMediaCapture::UpdateAudioDeviceImpl", "headerPath": "/Engine/Plugins/Media/AjaMedia/Source/AjaMediaOutput/Public/AjaMediaCapture.h", "description": "", "module": "AjaMediaOutput", "code": "virtual bool UpdateAudioDeviceImpl ( const [FAudioDeviceHandle](API\\Runtime\\Engine\\FAudioDeviceHandle) & InAudioDeviceHandle )", "variables": []} | |
{"className": "UAjaMediaCapture::UpdateRenderTargetImpl", "headerPath": "/Engine/Plugins/Media/AjaMedia/Source/AjaMediaOutput/Public/AjaMediaCapture.h", "description": "", "module": "AjaMediaOutput", "code": "virtual bool UpdateRenderTargetImpl ( [UTextureRenderTarget2D](API\\Runtime\\Engine\\Engine\\UTextureRenderTarget2D) * InRenderTarget )", "variables": []} | |
{"className": "UAjaMediaCapture::UpdateSceneViewportImpl", "headerPath": "/Engine/Plugins/Media/AjaMedia/Source/AjaMediaOutput/Public/AjaMediaCapture.h", "description": "", "module": "AjaMediaOutput", "code": "virtual bool UpdateSceneViewportImpl ( [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< [FSceneViewport](API\\Runtime\\Engine\\Slate\\FSceneViewport) > & InSceneViewport )", "variables": []} | |
{"className": "UAjaMediaCapture::ValidateMediaOutput", "headerPath": "/Engine/Plugins/Media/AjaMedia/Source/AjaMediaOutput/Public/AjaMediaCapture.h", "description": "", "module": "AjaMediaOutput", "code": "virtual bool ValidateMediaOutput() const", "variables": []} | |
{"className": "UAjaMediaCapture::UAjaMediaCapture", "headerPath": "/Engine/Plugins/Media/AjaMedia/Source/AjaMediaOutput/Public/AjaMediaCapture.h", "description": "", "module": "AjaMediaOutput", "code": "UAjaMediaCapture()", "variables": []} | |
{"className": "UAjaMediaCapture::~UAjaMediaCapture", "headerPath": "/Engine/Plugins/Media/AjaMedia/Source/AjaMediaOutput/Public/AjaMediaCapture.h", "description": "", "module": "AjaMediaOutput", "code": "~UAjaMediaCapture()", "variables": []} | |
{"className": "UAjaMediaCapture", "headerPath": "/Engine/Plugins/Media/AjaMedia/Source/AjaMediaOutput/Public/AjaMediaCapture.h", "description": "Output Media for AJA streams. The output format could be any of EAjaMediaOutputPixelFormat.", "module": "AjaMediaOutput", "code": "[UCLASS](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)(BlueprintType) class UAjaMediaCapture : public [UMediaCapture](API\\Plugins\\MediaIOCore\\UMediaCapture)", "variables": []} | |
{"className": "UAjaMediaOutput::CanEditChange", "headerPath": "/Engine/Plugins/Media/AjaMedia/Source/AjaMediaOutput/Public/AjaMediaOutput.h", "description": "Called by the editor to query whether a property of this object is allowed to be modified. The property editor uses this to disable controls for properties that should not be changed. When overriding this function you should always call the parent implementation first.\ntrue if the property can be modified in the editor, otherwise false", "module": "AjaMediaOutput", "code": "virtual bool CanEditChange ( const [FProperty](API\\Runtime\\CoreUObject\\UObject\\FProperty) * InProperty ) const", "variables": []} | |
{"className": "UAjaMediaOutput::CreateMediaCaptureImpl", "headerPath": "/Engine/Plugins/Media/AjaMedia/Source/AjaMediaOutput/Public/AjaMediaOutput.h", "description": "", "module": "AjaMediaOutput", "code": "virtual [UMediaCapture](API\\Plugins\\MediaIOCore\\UMediaCapture) * CreateMediaCaptureImpl()", "variables": []} | |
{"className": "UAjaMediaOutput::GetConversionOperation", "headerPath": "/Engine/Plugins/Media/AjaMedia/Source/AjaMediaOutput/Public/AjaMediaOutput.h", "description": "The conversion we wish to accomplish on the GPU before the DMA transfer occurs.", "module": "AjaMediaOutput", "code": "virtual [EMediaCaptureConversionOperation](API\\Plugins\\MediaIOCore\\EMediaCaptureConversionOperation) GetConversionOperation ( [EMediaCaptureSourceType](API\\Plugins\\MediaIOCore\\EMediaCaptureSourceType) InSourceType ) const", "variables": []} | |
{"className": "UAjaMediaOutput::GetRequestedFrameRate", "headerPath": "/Engine/Plugins/Media/AjaMedia/Source/AjaMediaOutput/Public/AjaMediaOutput.h", "description": "", "module": "AjaMediaOutput", "code": "[FFrameRate](API\\Runtime\\Core\\Misc\\FFrameRate) GetRequestedFrameRate() const", "variables": []} | |
{"className": "UAjaMediaOutput::GetRequestedPixelFormat", "headerPath": "/Engine/Plugins/Media/AjaMedia/Source/AjaMediaOutput/Public/AjaMediaOutput.h", "description": "The pixel format of the buffer we wish to capture. Some conversion are available. See EMediaCaptureConversionOperation", "module": "AjaMediaOutput", "code": "virtual EPixelFormat GetRequestedPixelFormat() const", "variables": []} | |
{"className": "UAjaMediaOutput::GetRequestedSize", "headerPath": "/Engine/Plugins/Media/AjaMedia/Source/AjaMediaOutput/Public/AjaMediaOutput.h", "description": "The size of the buffer we wish to capture. The size of the buffer can not change during the capture. Return UMediaOutput::RequestCaptureSourceSize if you wish to take the buffer size as the requested size.", "module": "AjaMediaOutput", "code": "virtual FIntPoint GetRequestedSize() const", "variables": []} | |
{"className": "UAjaMediaOutput::PostEditChangeChainProperty", "headerPath": "/Engine/Plugins/Media/AjaMedia/Source/AjaMediaOutput/Public/AjaMediaOutput.h", "description": "This alternate version of PostEditChange is called when properties inside structs are modified. The property that was actually modified is located at the tail of the list. The head of the list of theFStructPropertymember variable that contains the property that was modified.", "module": "AjaMediaOutput", "code": "virtual void PostEditChangeChainProperty ( struct [FPropertyChangedChainEvent](API\\Runtime\\CoreUObject\\UObject\\FPropertyChangedChainEvent) & PropertyChangedEvent )", "variables": []} | |
{"className": "UAjaMediaOutput::Validate", "headerPath": "/Engine/Plugins/Media/AjaMedia/Source/AjaMediaOutput/Public/AjaMediaOutput.h", "description": "Validate the media output settings (must be implemented in child classes).\ntrue if validation passed, false otherwise.", "module": "AjaMediaOutput", "code": "virtual bool Validate ( [FString](API\\Runtime\\Core\\Containers\\FString) & OutFailureReason ) const", "variables": []} | |
{"className": "UAjaMediaOutput::UAjaMediaOutput", "headerPath": "/Engine/Plugins/Media/AjaMedia/Source/AjaMediaOutput/Public/AjaMediaOutput.h", "description": "", "module": "AjaMediaOutput", "code": "UAjaMediaOutput ( const [FObjectInitializer](API\\Runtime\\CoreUObject\\UObject\\FObjectInitializer) & ObjectInitializer )", "variables": []} | |
{"className": "UAjaMediaOutput", "headerPath": "/Engine/Plugins/Media/AjaMedia/Source/AjaMediaOutput/Public/AjaMediaOutput.h", "description": "'Enable alpha channel support in post-processing' must be set to 'Allow through tonemapper' to enabled the Key.", "module": "AjaMediaOutput", "code": "[UCLASS](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)(BlueprintType, Meta=(MediaIOCustomLayout=\"AJA\")) class UAjaMediaOutput : public [UMediaOutput](API\\Plugins\\MediaIOCore\\UMediaOutput)", "variables": [{"type": "int32", "name": "AudioBufferSize", "description": "Size of the buffer that holds rendered audio samples, a bigger buffer will produce a more stable output signal but will introduce more delay."}, {"type": "EAjaMediaOutput...", "name": "AudioSampleRate", "description": "Audio output sample rate."}, {"type": "bool", "name": "bEncodeTimecodeInTexel", "description": "Burn Frame Timecode on the output without any frame number clipping."}, {"type": "bool", "name": "bInterlacedFieldsTimecodeNeedToMatch", "description": "Only make sense in interlaced mode."}, {"type": "bool", "name": "bInvertKeyOutput", "description": "Invert Key Output"}, {"type": "bool", "name": "bLogDropFrame", "description": "Log a warning when there's a drop frame."}, {"type": "bool", "name": "bOutputAudio", "description": "Whether to capture and output audio from the engine."}, {"type": "bool", "name": "bOutputAudioOnAudioThread", "description": "Whether to output audio on the audio thread instead of the rendering thread."}, {"type": "bool", "name": "bOutputIn3GLevelB", "description": "If the video format is compatible with 3G Level A, do the conversion to output in LevelB."}, {"type": "bool", "name": "bOutputWithAutoCirculating", "description": "The output of the Audio, Ancillary and/or video will be perform at the same time."}, {"type": "bool", "name": "bWaitForSyncEvent", "description": "Try to maintain a the engine \"Genlock\" with the VSync signal."}, {"type": "FAjaMediaHDROpt...", "name": "HDROptions", "description": "HDR Metadata of the video signal."}, {"type": "int32", "name": "NumberOfAJABuffers", "description": "Number of frame used to transfer from the system memory to the AJA card."}, {"type": "EAjaMediaOutput...", "name": "NumOutputAudioChannels", "description": "Number of audio channels used when output audio on the card."}, {"type": "FMediaIOOutputC...", "name": "OutputConfiguration", "description": "The device, port and video settings that correspond to the output."}, {"type": "EAjaMediaOutput...", "name": "PixelFormat", "description": "Native data format internally used by the device before being converted to SDI/HDMI signal."}, {"type": "EMediaIOTimecod...", "name": "TimecodeFormat", "description": "Whether to embed the Engine's timecode to the output frame."}]} | |