ardour
Public Member Functions | Public Attributes | List of all members
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 250 of file route.h.

Constructor & Destructor Documentation

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

Definition at line 251 of file route.h.

Member Data Documentation

ChanCount ARDOUR::Route::ProcessorStreams::count

Input requested of processor.

Definition at line 254 of file route.h.

uint32_t ARDOUR::Route::ProcessorStreams::index

Index of processor where configuration failed.

Definition at line 253 of file route.h.


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