CATapMuteBehavior
Declaration
enum CATapMuteBehaviorOverview
CATapMuteBehavior describes the playback behavior of the process being tapped. The default value is CATapUnmuted.
Audio is captured by the tap and also sent to the audio hardwareAudio is captured by the tap but no audio is sent from the process to the audio hardwareAudio is captured by the tap and also sent to the audio hardware until the tap is read by another audio client.
For the duration of the read activity on the tap no audio is sent to the audio hardware.