pub fn test_digital_audio_interface(
as_input: bool,
) -> (DigitalAudioInterface, TestHandle)Expand description
Builds and returns a DigitalAudioInterface for testing scenarios. Returns the
TestHandle associated with this device which can be used to validate behavior.