Audacity 3.2.0
Public Member Functions | Public Attributes | List of all members
Mixer::Input Struct Reference

#include <Mix.h>

Collaboration diagram for Mixer::Input:
[legend]

Public Member Functions

 Input (std::shared_ptr< const WideSampleSequence > pSequence={}, Stages stages={})
 

Public Attributes

std::shared_ptr< const WideSampleSequencepSequence
 
Stages stages
 

Detailed Description

Definition at line 35 of file Mix.h.

Constructor & Destructor Documentation

◆ Input()

Mixer::Input::Input ( std::shared_ptr< const WideSampleSequence pSequence = {},
Stages  stages = {} 
)
inline

Definition at line 36 of file Mix.h.

37 {},
38 Stages stages = {}
39 ) : pSequence{ move(pSequence) }, stages{ move(stages) }
40 {}
std::vector< MixerOptions::StageSpecification > Stages
Definition: Mix.h:33
Stages stages
Definition: Mix.h:43
std::shared_ptr< const WideSampleSequence > pSequence
Definition: Mix.h:42

Member Data Documentation

◆ pSequence

std::shared_ptr<const WideSampleSequence> Mixer::Input::pSequence

Definition at line 42 of file Mix.h.

◆ stages

Stages Mixer::Input::stages

Definition at line 43 of file Mix.h.


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