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

◆ set_write_position()

void MayaFlux::Buffers::StreamWriteProcessor::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 StreamWriteProcessor.hpp.

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