2#ifndef __ASE_MONITOR_HH__ 
    3#define __ASE_MONITOR_HH__ 
Base type for classes that have a Property.
 
int64 get_frame_duration() override
Frame duration in µseconds for the calculation of monitor values.
 
DeviceP get_output() override
Retrieve output device the Monitor is connected to.
 
int64 get_mix_freq() override
Mix frequency at which monitor values are calculated.
 
int32 get_ochannel() override
Retrieve output channel the Monitor is connected to.
 
Interface for monitoring output signals.
 
Ase::Track implementation.
 
#define ASE_DEFINE_MAKE_SHARED(CLASS)
 
The Anklang C++ API namespace.
 
int32_t int32
A 32-bit signed integer.
 
int64_t int64
A 64-bit unsigned integer, use PRI*64 in format strings.