Navigation
API > API/Plugins > API/Plugins/AVCodecsCore > API/Plugins/AVCodecsCore/TVideoDecoder_TResource
Description
Read a finished frame out of the codec.
Derived Overrides
| Name | ReceiveFrame |
| Type | function |
| Header File | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoDecoder.h |
| Include Path | #include "Video/VideoDecoder.h" |
FAVResult ReceiveFrame
(
TResolvableVideoResource< TResource > & InOutResource
)
Result of the operation,
Parameters
| Name | Remarks |
|---|---|
| InOutResource | Deferred resource that can be resolved by the decoder in a desired format/size/etc. Passed by reference inout. |
See Also
-
TResolvableVideoResource