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

◆ get_read_position()

std::vector< uint64_t > MayaFlux::IO::SoundFileReader::get_read_position ( ) const
overridevirtual

Get the current read position in the file.

Returns
Vector of dimension indices (e.g., frame index).

Implements MayaFlux::IO::FileReader.

Definition at line 708 of file SoundFileReader.cpp.

709{
710 return { m_current_frame_position.load() };
711}
std::atomic< uint64_t > m_current_frame_position
Current frame position for reading.

References m_current_frame_position.