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
}
MayaFlux::IO::VideoFileReader::m_target_width
uint32_t m_target_width
Definition
VideoFileReader.hpp:222
MayaFlux::IO::VideoFileReader::m_target_height
uint32_t m_target_height
Definition
VideoFileReader.hpp:223
References
m_target_height
, and
m_target_width
.
MayaFlux
IO
VideoFileReader
Generated by
1.9.8