FVideoEncoderInput::CreateForVulkan

Create input for an encoder that encodes a VkImage in the context of a VkDevice (i.e. Amf)

Windows
MacOS
Linux

References

Module

AVEncoder

Header

/Engine/Source/Runtime/AVEncoder/Public/VideoEncoderInput.h

Include

#include "VideoEncoderInput.h"

Syntax

static TSharedPtr< FVideoEncoderInput > CreateForVulkan
(
    void * InApplicationVulkanDevice,
    uint32 InWidth,
    uint32 InHeight,
    bool isResizable
)

Remarks

Create input for an encoder that encodes a VkImage in the context of a VkDevice (i.e. Amf)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss