You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/audio_unit/types.rs
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -446,5 +446,12 @@ pub enum IOType {
446
446
///
447
447
/// **Available** in OS X v10.7 and later.
448
448
VoiceProcessingIO = 1987078511,
449
+
/// Connects to device hardware for input, output, or simultaneous input and output.
450
+
/// Use it for playback, recording, or low-latency simultaneous input and output where echo
451
+
/// cancelation is not needed.
452
+
///
453
+
/// See https://developer.apple.com/library/content/documentation/MusicAudio/Conceptual/AudioUnitHostingGuide_iOS/UsingSpecificAudioUnits/UsingSpecificAudioUnits.html
0 commit comments