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 37 of file Mix.h.

Constructor & Destructor Documentation

◆ Input()

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

Definition at line 38 of file Mix.h.

39 {},
40 Stages stages = {}
41 ) : pSequence{ move(pSequence) }, stages{ move(stages) }
42 {}
std::vector< MixerOptions::StageSpecification > Stages
Definition: Mix.h:35
Stages stages
Definition: Mix.h:45
std::shared_ptr< const WideSampleSequence > pSequence
Definition: Mix.h:44

Member Data Documentation

◆ pSequence

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

Definition at line 44 of file Mix.h.

◆ stages

Stages Mixer::Input::stages

Definition at line 45 of file Mix.h.


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