SOUND4 IMPACT.CL Library [1.3.12]
Loading...
Searching...
No Matches
Public Attributes | List of all members
sound4::AuxiliaryOutputInfos Struct Reference

#include <sound4.impact.cl.hpp>

Public Attributes

std::string id
 The ID of the output (fixed across versions)
 
std::string description
 The description of the output.
 
unsigned int sample_rate
 The sampling rate of this output.
 
unsigned int channel_count
 The number of channels of this output.
 
const float * buffer
 The output buffer of the output. See sound4::impact::CInstance::ProcessAudio for format.
 

Detailed Description

Definition at line 50 of file sound4.impact.cl.hpp.

Member Data Documentation

◆ buffer

const float* sound4::AuxiliaryOutputInfos::buffer

Definition at line 55 of file sound4.impact.cl.hpp.

◆ channel_count

unsigned int sound4::AuxiliaryOutputInfos::channel_count

Definition at line 54 of file sound4.impact.cl.hpp.

◆ description

std::string sound4::AuxiliaryOutputInfos::description

Definition at line 52 of file sound4.impact.cl.hpp.

◆ id

std::string sound4::AuxiliaryOutputInfos::id

Definition at line 51 of file sound4.impact.cl.hpp.

◆ sample_rate

unsigned int sound4::AuxiliaryOutputInfos::sample_rate

Definition at line 53 of file sound4.impact.cl.hpp.


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