Function MICU_IsSampling

Source
pub unsafe extern "C" fn MICU_IsSampling(
    sampling: *mut bool,
) -> Result
Expand description

Gets whether microphone input is currently being sampled.

ยงArguments

  • sampling - Pointer to output the sampling state to.