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

◆ has_processing_token()

bool MayaFlux::Kakshya::VideoStreamContainer::has_processing_token ( int  channel) const
inlineoverridevirtual

Implements MayaFlux::Kakshya::StreamContainer.

Definition at line 276 of file VideoStreamContainer.hpp.

277 {
278 return m_processing_token_channel.load() == channel;
279 }