MayaFlux 0.5.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 362 of file VideoStreamContainer.cpp.

363{
364 m_read_position.store(0);
365}

References m_read_position.