Navigation
API > API/Plugins > API/Plugins/TmvMedia
Common sample metadata shared by muxer and demuxer sample structs.
| Name | FTmvMediaTrackSampleInfo |
| Type | struct |
| Header File | /Engine/Plugins/Media/TmvMedia/Source/TmvMedia/Public/TmvMediaTrackInfo.h |
| Include Path | #include "TmvMediaTrackInfo.h" |
Syntax
struct FTmvMediaTrackSampleInfo
Derived Classes
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsKeyframe | bool | Whether this sample is a sync sample (keyframe). | TmvMediaTrackInfo.h | |
| DTS | int64 | Decode timestamp in the track's timescale units. | TmvMediaTrackInfo.h | |
| Duration | uint32 | Presentation duration of this sample, in the track's timescale units. | TmvMediaTrackInfo.h | |
| PTS | int64 | Presentation (composition) timestamp in the track's timescale units. | TmvMediaTrackInfo.h | |
| SampleNumber | uint32 | Sequential sample number (0-based). | TmvMediaTrackInfo.h |