Definition at line 50 of file videowidget.cpp.
◆ SoundContext()
| VideoWidget::SoundContext::SoundContext |
( |
Context & |
ctx, |
|
|
SoundDevice & |
dev, |
|
|
uint16_t |
sampleRate, |
|
|
bool |
isMono |
|
) |
| |
|
inline |
◆ ~SoundContext()
| VideoWidget::SoundContext::~SoundContext |
( |
| ) |
|
|
inline |
◆ play()
| void VideoWidget::SoundContext::play |
( |
| ) |
|
|
inline |
◆ pushSamples()
| void VideoWidget::SoundContext::pushSamples |
( |
const std::vector< float > & |
s | ) |
|
|
inline |
◆ tickCount()
| uint64_t VideoWidget::SoundContext::tickCount |
( |
| ) |
const |
|
inline |
◆ ctx
| Context& VideoWidget::SoundContext::ctx |
◆ numChannels
| uint16_t VideoWidget::SoundContext::numChannels = 0 |
◆ processedSamples
| uint64_t VideoWidget::SoundContext::processedSamples = 0 |
◆ sampleRate
| uint16_t VideoWidget::SoundContext::sampleRate = 0 |
◆ samples
| std::vector<float> VideoWidget::SoundContext::samples |
◆ snd
| Tempest::SoundEffect VideoWidget::SoundContext::snd |
◆ syncSamples
| std::mutex VideoWidget::SoundContext::syncSamples |
The documentation for this struct was generated from the following file: