Navigation
API > API/Plugins > API/Plugins/ElectraBase > API/Plugins/ElectraBase/IVideoDecoderTimecode
References
| Module | ElectraBase |
| Header | /Engine/Plugins/Media/ElectraUtil/Source/ElectraBase/Public/MediaVideoDecoderOutput.h |
| Include | #include "MediaVideoDecoderOutput.h" |
Syntax
struct FMPEGDefinition
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint8 | clock_timestamp_flag | ||
| int64 | clockTimestamp | Calculated value as per: clockTimestamp = ( ( hH * 60 + mM ) * 60 + sS ) * time_scale + nFrames * ( num_units_in_tick * ( 1 + nuit_field_based_flag ) ) + tOffset, can only be valid when there is timing information. | |
| uint8 | cnt_dropped_flag | ||
| uint8 | counting_type | ||
| uint8 | ct_type | ||
| uint8 | discontinuity_flag | ||
| uint8 | FromH26x | ||
| uint8 | full_timestamp_flag | ||
| uint8 | hours_value | ||
| uint8 | minutes_value | ||
| uint16 | n_frames | ||
| uint8 | nuit_field_based_flag | ||
| uint32 | num_units_in_tick | Values from a pic_timing() SEI in H.264 or from a time_code() SEI in H.265. | |
| uint8 | seconds_value | ||
| int32 | time_offset | ||
| uint32 | time_scale | ||
| uint8 | timing_info_present_flag |