AudioEncoder.setHardMin

Configures encoder hard minimum handling. If enabled, subclass will never be handed less samples than it configured, which otherwise might occur near end-of-data handling. Instead, the leftover samples will simply be discarded.

MT safe.

class AudioEncoder
void
setHardMin
(
bool enabled
)

Parameters

enabled bool

new state