My Project
Public Attributes
MMAL_PARAMETER_AUDIO_LATENCY_TARGET_T Struct Reference

#include <mmal_parameters_audio.h>

List of all members.

Public Attributes

MMAL_PARAMETER_HEADER_T hdr
MMAL_BOOL_T enable
uint32_t filter
uint32_t target
uint32_t shift
int32_t speed_factor
int32_t inter_factor
int32_t adj_cap

Detailed Description

Audio latency target to maintain. These settings are used to adjust the clock speed in order to match the measured audio latency to a specified value.


Member Data Documentation

limit for speed change before nSpeedFactor is applied, good value: 100

whether this mode is enabled

number of latency samples to filter on, good value: 1

divider for comparing latency versus gradiant, good value: 300

shift for storing latency values, good value: 7

multiplier for speed changes, in 24.8 format, good value: 256-512

target latency (microseconds)


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines