My Project
MMAL_CLOCK_UPDATE_THRESHOLD_T Struct Reference

#include <mmal_clock.h>

Public Attributes

int64_t threshold_lower
 
int64_t threshold_upper
 

Detailed Description

Thresholds used when updating a clock's media-time

Definition at line 103 of file mmal_clock.h.

Member Data Documentation

◆ threshold_lower

int64_t MMAL_CLOCK_UPDATE_THRESHOLD_T::threshold_lower

Time differences below this threshold are ignored (microseconds)

Definition at line 106 of file mmal_clock.h.

◆ threshold_upper

int64_t MMAL_CLOCK_UPDATE_THRESHOLD_T::threshold_upper

Time differences above this threshold reset media-time (microseconds)

Definition at line 109 of file mmal_clock.h.


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