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

◆ reset_read_position()

void MayaFlux::Kakshya::VideoStreamContainer::reset_read_position ( )
overridevirtual

Reset read position to the beginning of the stream.

Enables repeatable playback or reprocessing from the start.

Implements MayaFlux::Kakshya::StreamContainer.

Definition at line 404 of file VideoStreamContainer.cpp.

405{
406 m_read_position.store(0);
407}

References m_read_position.