Navigation
API > API/Plugins > API/Plugins/TmvMedia
Interface for an ITmvMediaDemuxer factory.
| Name | ITmvMediaDemuxerFactory |
| Type | class |
| Header File | /Engine/Plugins/Media/TmvMedia/Source/TmvMedia/Public/Decoder/ITmvMediaDemuxerFactory.h |
| Include Path | #include "Decoder/ITmvMediaDemuxerFactory.h" |
Syntax
class ITmvMediaDemuxerFactory
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~ITmvMediaDemuxerFactory() |
Decoder/ITmvMediaDemuxerFactory.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< ITmvMediaDemuxer, ESPMode::ThreadSafe > CreateDemuxer() |
Creates a demuxer instance. | Decoder/ITmvMediaDemuxerFactory.h | |
FText GetDisplayName() |
Returns the display name of this demuxer implementation. | Decoder/ITmvMediaDemuxerFactory.h | |
FName GetName() |
Returns the name of this demuxer implementation. | Decoder/ITmvMediaDemuxerFactory.h | |
| Return the list of container format identifiers this factory supports. Ex: "mp4", "fmp4", "mov" | Decoder/ITmvMediaDemuxerFactory.h |