FVideoDecoderFactory

Windows
MacOS
Linux

References

Module

AVEncoder

Header

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

Include

#include "VideoDecoderFactory.h"

Syntax

class FVideoDecoderFactory

Constructors

No constructors are accessible with public or protected access.

Destructors

No destructors are accessible with public or protected access.

Functions

Name Description

Public function

FVideoDecode...

 

Create

(
    uint32 InID,
    const FVideoDecoder::FInit& InInit
)

Decoder creation create a decoder instance.

Public function Static

void

 

Debug_SetDontRegisterDefaultCodecs()

Public function Static

FVideoDecode...

 

Get()

Public function Const

const TArray...

 

GetAvailable()

Get a list of registered decoders

Public function Const

bool

 

GetInfo

(
    uint32 InID,
    FVideoDecoderInfo& OutInfo
)

Public function

void

 

Register

(
    const FVideoDecoderInfo& InInfo,
    const CreateDecoderCallback& InCre...
)

Register a decoder so that it can be iterated and created

Typedefs

Name

Description

CreateDecoderCallback

The callback type used to create a registered decoder

Constants

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