UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
VideoEncoderH264_Dummy.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
5
// #define AVENCODER_VIDEO_ENCODER_AVAILABLE_H264_DUMMY // enable dummy h264 encoder
6
7
#ifdef AVENCODER_VIDEO_ENCODER_AVAILABLE_H264_DUMMY
8
9
#include "
VideoEncoderFactory.h
"
10
11
12
namespace
AVEncoder
13
{
14
15
class
FVideoEncoderH264_Dummy
:
public
FVideoEncoder
16
{
17
public
:
18
static
void
Register
(
FVideoEncoderFactory
&
InFactory
);
19
20
virtual
bool
Setup(
TSharedRef<FVideoEncoderInput>
InInput
,
const
FInit
&
InInit
)
override
;
21
virtual
void
Shutdown
()
override
;
22
virtual
void
Encode
(
const
FVideoEncoderInputFrame*
InFrame
,
const
FEncodeOptions
&
InOptions
)
override
;
23
private
:
24
FVideoEncoderH264_Dummy
();
25
virtual
~FVideoEncoderH264_Dummy
();
26
};
27
28
}
// namespace AVEncoder
29
30
#endif
// AVENCODER_VIDEO_ENCODER_AVAILABLE_H264_DUMMY
EAnalyticsSessionShutdownType::Shutdown
@ Shutdown
StaticCastSharedRef
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition
SharedPointer.h:127
EVectorVMOperandLocation::Register
@ Register
VideoEncoderFactory.h
TSharedRef
Definition
SharedPointer.h:153
AVEncoder
Definition
AudioEncoder.cpp:7
UE::Color::Encode
float Encode(EEncoding SourceEncoding, float Value)
Definition
TransferFunctions.cpp:51
Engine
Source
Runtime
AVEncoder
Private
Encoders
VideoEncoderH264_Dummy.h
Generated by
1.9.8