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

◆ is_open()

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

Checks if the stream is initialized and ready for activation.

Returns
True if the stream is open, false otherwise

Implements MayaFlux::Core::AudioStream.

Definition at line 348 of file RtAudioBackend.cpp.

349{
350 return m_isOpen && m_context->isStreamOpen();
351}
bool m_isOpen
Flag indicating if the stream is currently open.
RtAudio * m_context
Pointer to the underlying RtAudio context.

References m_context, and m_isOpen.

Referenced by open(), start(), and ~RtAudioStream().

+ Here is the caller graph for this function: