GstCodecParsers.H264ClockTimestamp

Fields

Name

Type

Access

Description

cnt_dropped_flag

int

r/w

specifies the skipping of one or more values of n_frames using the counting method specified by counting_type

counting_type

int

r/w

specifies the method of dropping values of the n_frames

ct_type

int

r/w

indicates the scan type, 0: progressive, 1: interlaced, 2: unknown, 3: reserved

discontinuity_flag

int

r/w

indicates whether the difference between the current value of clockTimestamp and the value of clockTimestamp computed from the previous clock timestamp can be interpreted as the time difference or not.

full_timestamp_flag

int

r/w

equal to 1 specifies that the n_frames syntax element is followed by seconds_value, minutes_value, and hours_value

hours_flag

int

r/w

equal to 1 specifies that hours_value is present when full_timestamp_flag is equal to 0 and seconds_flag is equal to 1 and minutes_flag is equal to 1

hours_value

int

r/w

minutes_flag

int

r/w

equal to 1 specifies that minutes_value and hours_flag are present when full_timestamp_flag is equal to 0 and seconds_flag is equal to 1

minutes_value

int

r/w

specifies the value of minutes to compute clockTimestamp

n_frames

int

r/w

specifies the value of nFrames used to compute clockTimestamp

nuit_field_based_flag

int

r/w

used in calculating clockTimestamp

seconds_flag

int

r/w

equal to 1 specifies that seconds_value and minutes_flag are present when full_timestamp_flag is equal to 0

seconds_value

int

r/w

specifies the value of seconds to compute clockTimestamp

time_offset

int

r/w

specifies the value of tOffset used to compute clockTimestamp

Methods

None

Details

class GstCodecParsers.H264ClockTimestamp