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

◆ set_write_position()

void MayaFlux::Buffers::SoundStreamWriter::set_write_position ( uint64_t  position)
inline

Set the current write position in the container.

Parameters
positionFrame position where next write will occur

Definition at line 75 of file SoundStreamWriter.hpp.

75{ m_write_position = position; }
uint64_t m_write_position
Current write position in frames.