Contents

AudioDeviceStop(_:_:)

Declaration

func AudioDeviceStop(_ inDevice: AudioObjectID, _ inProcID: AudioDeviceIOProcID?) -> OSStatus

Parameters

  • inDevice:

    The AudioDevice to stop the IOProc on.

  • inProcID:

    The AudioDeviceIOProcID to stop.

Return Value

An OSStatus indicating success or failure.

Discussion

Stops IO for the given AudioDeviceIOProcID.

See Also

Functions