Navigation
API > API/Plugins > API/Plugins/TmvMedia
Configuration for the muxer output.
| |
|
| Name |
FTmvMediaMuxerConfig |
| Type |
struct |
| Header File |
/Engine/Plugins/Media/TmvMedia/Source/TmvMedia/Public/Encoder/ITmvMediaMuxer.h |
| Include Path |
#include "Encoder/ITmvMediaMuxer.h" |
Syntax
struct FTmvMediaMuxerConfig
Enums
Public
| Name |
Remarks |
| EOutputMode |
Output mode for the container. |
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| InterleaveDuration |
FTimespan |
Duration for interleaving chunks of sample data. |
Encoder/ITmvMediaMuxer.h |
|
| OutputFilename |
FString |
Output file path. |
Encoder/ITmvMediaMuxer.h |
|
| OutputMode |
EOutputMode |
Output mode. |
Encoder/ITmvMediaMuxer.h |
|
| TemporaryFilename |
FString |
Temporary file path (required for WebOptimized mode). |
Encoder/ITmvMediaMuxer.h |
|