Navigation
API > API/Plugins > API/Plugins/MediaIOCore
References
| Module | MediaIOCore |
| Header | /Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Public/MediaIOCoreTextureSampleBase.h |
| Include | #include "MediaIOCoreTextureSampleBase.h" |
Syntax
struct FMediaIOCoreSampleJITRConfigurationArgs
Remarks
Used to setup JITR data for a sample
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FMediaIOCoreTextureSampleConverter > | Converter | Sample converter to process this sample | |
| double | EvaluationOffsetInSeconds | Time offset evaluated on game thread | |
| uint32 | Height | Height of the sample in pixels | |
| TSharedPtr< FMediaIOCorePlayerBase > | Player | Player that produced the sample | |
| FTimespan | Time | Platform time fixed on the game thread for JITR sample picking | |
| FTimecode | Timecode | Engine timecode fixed on the game thread for JITR sample picking | |
| uint32 | Width | Width of the sample in pixels |