Function projectm_pcm_get_max_samples

Source
pub unsafe extern "C" fn projectm_pcm_get_max_samples() -> c_uint
Expand description

@brief Returns the maximum number of audio samples that can be stored.

Each PCM data UpdateMeshSize should not exceed this number of samples. If more samples are added, only this number of samples is stored and the remainder discarded.

@return The number of audio samples that are stored, per channel.