Ardour  9.0-pre0-582-g084a23a80d
ARDOUR::Route::ProcessorStreams Struct Reference

#include <route.h>

Public Member Functions

 ProcessorStreams (size_t i=0, ChanCount c=ChanCount())
 

Public Attributes

uint32_t index
 Index of processor where configuration failed. More...
 
ChanCount count
 Input requested of processor. More...
 

Detailed Description

A record of the stream configuration at some point in the processor list. Used to return where and why an processor list configuration request failed.

Definition at line 290 of file route.h.

Constructor & Destructor Documentation

◆ ProcessorStreams()

ARDOUR::Route::ProcessorStreams::ProcessorStreams ( size_t  i = 0,
ChanCount  c = ChanCount() 
)
inline

Definition at line 291 of file route.h.

Member Data Documentation

◆ count

ChanCount ARDOUR::Route::ProcessorStreams::count

Input requested of processor.

Definition at line 294 of file route.h.

◆ index

uint32_t ARDOUR::Route::ProcessorStreams::index

Index of processor where configuration failed.

Definition at line 293 of file route.h.


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