FVideoEncoderInputFrame::SetYUV420P

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

void SetYUV420P
(
    const uint8 * InDataY,
    const uint8 * InDataU,
    const uint8 * InDataV,
    uint32 InStrideY,
    uint32 InStrideU,
    uint32 InStrideV
)

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