Navigation
API > API/Plugins > API/Plugins/AVCodecsCoreRHI
| Name | USimpleVideoDecoder |
| Type | class |
| Header File | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCoreRHI/Public/Video/Decoders/SimpleVideoDecoder.h |
| Include Path | #include "Video/Decoders/SimpleVideoDecoder.h" |
Syntax
UCLASS (MinimalAPI, Blueprintable)
class USimpleVideoDecoder :
public UObject ,
public FRunnable
Inheritance Hierarchy
- FRunnable → USimpleVideoDecoder
- UObjectBase → UObjectBaseUtility → UObject → USimpleVideoDecoder
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bAsynchronous | bool | Video/Decoders/SimpleVideoDecoder.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AsyncQueue | TQueue< FSimpleVideoPacket > | Video/Decoders/SimpleVideoDecoder.h | ||
| AsyncThread | FRunnableThread * | Video/Decoders/SimpleVideoDecoder.h | ||
| Child | TSharedPtr< TVideoDecoder< class FVideoResourceRHI > > | Video/Decoders/SimpleVideoDecoder.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Close() |
Video/Decoders/SimpleVideoDecoder.h |
|
|
ESimpleVideoCodec GetCodec() |
Configuration. | Video/Decoders/SimpleVideoDecoder.h |
|
bool IsAsync() |
Video/Decoders/SimpleVideoDecoder.h |
|
|
bool IsOpen() |
Video/Decoders/SimpleVideoDecoder.h |
|
|
UPARAM
(
DisplayName |
Video/Decoders/SimpleVideoDecoder.h |
|
|
UPARAM
(
DisplayName |
Video/Decoders/SimpleVideoDecoder.h |
|
|
UPARAM
(
DisplayName |
Video/Decoders/SimpleVideoDecoder.h |
|