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

◆ set_target_bit_depth()

void MayaFlux::IO::SoundFileReader::set_target_bit_depth ( uint32_t  bit_depth)
inline

Set the target bit depth (ignored, always outputs double).

Parameters
bit_depthTarget bit depth.
Deprecated:
Always outputs double precision.

Definition at line 263 of file SoundFileReader.hpp.

263{ m_target_bit_depth = bit_depth; }
uint32_t m_target_bit_depth
Target bit depth (ignored, always outputs double).

References m_target_bit_depth.