Ardour  9.0-pre0-582-g084a23a80d
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 828 of file ardour/ardour/types.h.

Constructor & Destructor Documentation

◆ LatencyRange() [1/2]

ARDOUR::LatencyRange::LatencyRange ( )
inline

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

◆ LatencyRange() [2/2]

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

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

Member Function Documentation

◆ operator=()

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

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

◆ operator==()

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

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

Member Data Documentation

◆ max

uint32_t ARDOUR::LatencyRange::max

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

◆ min

uint32_t ARDOUR::LatencyRange::min

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


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