Navigation
API > API/Plugins > API/Plugins/TmvMedia
A single sample read from a demuxed container. Extends the common sample metadata with demuxer-specific fields.
| Name | FTmvMediaDemuxerSample |
| Type | struct |
| Header File | /Engine/Plugins/Media/TmvMedia/Source/TmvMedia/Public/Decoder/ITmvMediaDemuxer.h |
| Include Path | #include "Decoder/ITmvMediaDemuxer.h" |
Syntax
struct FTmvMediaDemuxerSample : public FTmvMediaTrackSampleInfo
Inheritance Hierarchy
- FTmvMediaTrackSampleInfo → FTmvMediaDemuxerSample
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Data | TArray64< uint8 > | Raw coded sample data. | Decoder/ITmvMediaDemuxer.h | |
| FileOffset | int64 | File byte offset of this sample. | Decoder/ITmvMediaDemuxer.h | |
| SampleSize | int64 | Size in bytes (matches Data.Num() when data is populated). | Decoder/ITmvMediaDemuxer.h |