Navigation
API > API/Plugins > API/Plugins/TmvMedia
TMV (Tile-Based) Decoder interface.
Reads data from the input access unit and decode the requested mips and tiles.
| Name | ITmvMediaDecoder |
| Type | class |
| Header File | /Engine/Plugins/Media/TmvMedia/Source/TmvMedia/Public/Decoder/ITmvMediaDecoder.h |
| Include Path | #include "Decoder/ITmvMediaDecoder.h" |
Syntax
class ITmvMediaDecoder
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~ITmvMediaDecoder() |
Decoder/ITmvMediaDecoder.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ETmvMediaDecoderResult Decode
(
ITmvMediaDecoderAccessUnit& InAccessUnit, |
Decode the given mip requests. | Decoder/ITmvMediaDecoder.h |