Ardour  8.12
ARDOUR::LatencyRange Struct Reference

#include <types.h>

Public Member Functions

 LatencyRange ()
 
 LatencyRange (const LatencyRange &other)
 
bool operator== (const LatencyRange &other) const
 
LatencyRangeoperator= (const LatencyRange &other)
 

Public Attributes

uint32_t min
 
uint32_t max
 

Detailed Description

Definition at line 816 of file ardour/ardour/types.h.

Constructor & Destructor Documentation

◆ LatencyRange() [1/2]

ARDOUR::LatencyRange::LatencyRange ( )
inline

Definition at line 817 of file ardour/ardour/types.h.

◆ LatencyRange() [2/2]

ARDOUR::LatencyRange::LatencyRange ( const LatencyRange other)
inline

Definition at line 818 of file ardour/ardour/types.h.

Member Function Documentation

◆ operator=()

LatencyRange& ARDOUR::LatencyRange::operator= ( const LatencyRange other)
inline

Definition at line 827 of file ardour/ardour/types.h.

◆ operator==()

bool ARDOUR::LatencyRange::operator== ( const LatencyRange other) const
inline

Definition at line 823 of file ardour/ardour/types.h.

Member Data Documentation

◆ max

uint32_t ARDOUR::LatencyRange::max

Definition at line 821 of file ardour/ardour/types.h.

◆ min

uint32_t ARDOUR::LatencyRange::min

Definition at line 820 of file ardour/ardour/types.h.


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