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

◆ set_target_dimensions()

void MayaFlux::IO::VideoFileReader::set_target_dimensions ( uint32_t  width,
uint32_t  height 
)
inline

Definition at line 132 of file VideoFileReader.hpp.

133 {
134 m_target_width = width;
135 m_target_height = height;
136 }

References m_target_height, and m_target_width.