MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ is_running()

bool MayaFlux::Core::RtAudioStream::is_running ( ) const
overridevirtual

Checks if the stream is actively processing audio data.

Returns
True if the stream is currently active, false otherwise

Implements MayaFlux::Core::AudioStream.

Definition at line 343 of file RtAudioBackend.cpp.

344{
345 return m_isRunning && m_context->isStreamRunning();
346}
bool m_isRunning
Flag indicating if the stream is currently running.
RtAudio * m_context
Pointer to the underlying RtAudio context.

References m_context, and m_isRunning.

Referenced by close(), start(), stop(), and ~RtAudioStream().

+ Here is the caller graph for this function: