MayaFlux 0.5.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 285 of file VideoStreamContainer.hpp.

286 {
287 return m_processing_token_channel.load() == channel;
288 }