Navigation
API > API/Plugins > API/Plugins/TmvMedia
All the parameters needed to request a mip memory layout for the encoder.
| Name | FTmvMediaEncoderMipInfo |
| Type | struct |
| Header File | /Engine/Plugins/Media/TmvMedia/Source/TmvMedia/Public/Encoder/ITmvMediaEncoder.h |
| Include Path | #include "Encoder/ITmvMediaEncoder.h" |
Syntax
struct FTmvMediaEncoderMipInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bEnableMips | bool | Indicate if mip info must be generated. | Encoder/ITmvMediaEncoder.h | |
| ColorInfo | FTmvMediaFrameColorInfo | Color Specification to be encoded in the frame headers. | Encoder/ITmvMediaEncoder.h | |
| Height | int32 | Height of the largest mip for the frame. | Encoder/ITmvMediaEncoder.h | |
| Width | int32 | Width of the largest mip for the frame. | Encoder/ITmvMediaEncoder.h |