JUCE v8.0.9
JUCE API
 
Loading...
Searching...
No Matches
juce::AudioIODeviceCallbackContext Struct Reference

Additional information that may be passed to the AudioIODeviceCallback. More...

#include <juce_AudioIODevice.h>

Collaboration diagram for juce::AudioIODeviceCallbackContext:

Public Attributes

const uint64_thostTimeNs = nullptr
 If the host provides this information, this field will be set to point to an integer holding the current value; otherwise, this will be nullptr.
 

Detailed Description

Additional information that may be passed to the AudioIODeviceCallback.

@tags{Audio}

Member Data Documentation

◆ hostTimeNs

const uint64_t* juce::AudioIODeviceCallbackContext::hostTimeNs = nullptr

If the host provides this information, this field will be set to point to an integer holding the current value; otherwise, this will be nullptr.


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