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

◆ is_ready()

bool MayaFlux::Kakshya::VideoStreamContainer::is_ready ( ) const
overridevirtual

Check if the stream is ready for reading.

Returns
true if stream can be read from

Useful for coordinating with asynchronous or streaming data sources.

Implements MayaFlux::Kakshya::StreamContainer.

Definition at line 432 of file VideoStreamContainer.cpp.

433{
434 return has_data() && m_num_frames > 0;
435}
bool has_data() const override
Check if the container currently holds any data.

References has_data(), and m_num_frames.

+ Here is the call graph for this function: