My Project
MMAL_CLOCK_LATENCY_T Struct Reference

#include <mmal_clock.h>

Public Attributes

int64_t target
 
int64_t attack_period
 
int64_t attack_rate
 

Detailed Description

Clock latency settings used by the clock component

Definition at line 142 of file mmal_clock.h.

Member Data Documentation

◆ attack_period

int64_t MMAL_CLOCK_LATENCY_T::attack_period

duration of one attack period (microseconds)

Definition at line 145 of file mmal_clock.h.

◆ attack_rate

int64_t MMAL_CLOCK_LATENCY_T::attack_rate

amount by which media-time will be adjusted every attack_period (microseconds)

Definition at line 146 of file mmal_clock.h.

◆ target

int64_t MMAL_CLOCK_LATENCY_T::target

target latency (microseconds)

Definition at line 144 of file mmal_clock.h.


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