FVideoEncoderInput::CreateForCUDA

Create input for an encoder that encodes a CUarray in the context of a CUcontext (i.e. nvenc)

Windows
MacOS
Linux

References

Module

AVEncoder

Header

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

Include

#include "VideoEncoderInput.h"

Source

/Engine/Source/Runtime/AVEncoder/Private/VideoEncoderInput.cpp

Syntax

static TSharedPtr< FVideoEncoderInput > CreateForCUDA
(
    void * InApplicationCudaContext,
    uint32 InWidth,
    uint32 InHeight,
    bool isResizable
)

Remarks

Create input for an encoder that encodes a CUarray in the context of a CUcontext (i.e. nvenc)

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