Function OpenVDS::PitchScale

template<typename T>
inline int OpenVDS::PitchScale()

Template function to get the scalar for the pitch value (which is in bytes for 1-bit data) used to scale the pitch to get the number of elements.

Returns:

The scale factor for the pitch for the given type

template<>
inline int OpenVDS::PitchScale<bool>()