pub unsafe extern "C" fn DSP_GetHeadphoneStatus(
    is_inserted: *mut bool
) -> Result
Expand description

Checks if a headphone is inserted.

§Arguments

  • is_inserted - Pointer to output the insertion status to.