FVideoDecoderFactory::Register

Register a decoder so that it can be iterated and created

Windows
MacOS
Linux

References

Module

AVEncoder

Header

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

Include

#include "VideoDecoderFactory.h"

Source

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

Syntax

void Register
(
    const FVideoDecoderInfo & InInfo,
    const CreateDecoderCallback & InCreateDecoder
)

Remarks

Register a decoder so that it can be iterated and created

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