TracktionEngine
Public Attributes | List of all members
tracktion::engine::PlaybackInitialisationInfo Struct Reference

Passed into AudioNodes when they are being initialised, to give them useful contextual information that they may need. More...

Public Attributes

double startTime
 
double sampleRate
 
int blockSizeSamples
 
const juce::Array< AudioNode * > * rootNodes
 
PlayHeadplayhead
 

Detailed Description

Passed into AudioNodes when they are being initialised, to give them useful contextual information that they may need.

Member Data Documentation

◆ startTime

double tracktion::engine::PlaybackInitialisationInfo::startTime

◆ sampleRate

double tracktion::engine::PlaybackInitialisationInfo::sampleRate

◆ blockSizeSamples

int tracktion::engine::PlaybackInitialisationInfo::blockSizeSamples

◆ rootNodes

const juce::Array<AudioNode*>* tracktion::engine::PlaybackInitialisationInfo::rootNodes

◆ playhead

PlayHead& tracktion::engine::PlaybackInitialisationInfo::playhead

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