VLC  3.0.15
Data Fields
input_clock_t Struct Reference
Collaboration diagram for input_clock_t:
Collaboration graph
[legend]

Data Fields

vlc_mutex_t lock
 
clock_point_t last
 
mtime_t i_ts_max
 
mtime_t i_buffering_duration
 
mtime_t i_next_drift_update
 
average_t drift
 
struct {
   mtime_t   pi_value [(3)]
 
   unsigned   i_index
 
late
 
clock_point_t ref
 
bool b_has_reference
 
mtime_t i_external_clock
 
bool b_has_external_clock
 
bool b_paused
 
int i_rate
 
mtime_t i_pts_delay
 
mtime_t i_pause_date
 

Detailed Description

This structure is used to manage clock drift and reception jitters

XXX input_clock_GetTS can be called from any threads. All others functions MUST be called from one and only one thread.

Field Documentation

◆ b_has_external_clock

bool input_clock_t::b_has_external_clock

◆ b_has_reference

bool input_clock_t::b_has_reference

◆ b_paused

bool input_clock_t::b_paused

Referenced by input_clock_New().

◆ drift

average_t input_clock_t::drift

◆ i_buffering_duration

mtime_t input_clock_t::i_buffering_duration

◆ i_external_clock

mtime_t input_clock_t::i_external_clock

◆ i_index

unsigned input_clock_t::i_index

◆ i_next_drift_update

mtime_t input_clock_t::i_next_drift_update

◆ i_pause_date

mtime_t input_clock_t::i_pause_date

Referenced by input_clock_New().

◆ i_pts_delay

mtime_t input_clock_t::i_pts_delay

◆ i_rate

int input_clock_t::i_rate

◆ i_ts_max

mtime_t input_clock_t::i_ts_max

◆ last

clock_point_t input_clock_t::last

◆ late

struct { ... } input_clock_t::late

◆ lock

vlc_mutex_t input_clock_t::lock

◆ pi_value

mtime_t input_clock_t::pi_value[(3)]

◆ ref

clock_point_t input_clock_t::ref

The documentation for this struct was generated from the following file: