Navigation
API > API/Plugins > API/Plugins/AVCodecsCoreRHI > API/Plugins/AVCodecsCoreRHI/Video > API/Plugins/AVCodecsCoreRHI/Video/Decoders
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- USimpleVideoDecoder
References
| Module | AVCodecsCoreRHI |
| Header | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCoreRHI/Public/Video/Decoders/SimpleVideoDecoder.h |
| Include | #include "Video/Decoders/SimpleVideoDecoder.h" |
Syntax
UCLASS&40;Blueprintable&41;
class USimpleVideoDecoder :
public UObject,
public FRunnable
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Close () |
||
| ESimpleVideoCodec | GetCodec () |
Configuration. | |
| bool | IsAsync () |
||
| bool | IsOpen () |
||
| bool | Open
(
ESimpleVideoCodec Codec, |
||
| bool | ReceiveFrame
(
UTextureRenderTarget2D* Resource |
||
| bool | SendPacket
(
FSimpleVideoPacket const& Packet |