Parsec

ParsecAudioInjectFunc

typedef ParsecStatus(* ParsecAudioInjectFunc) (uint32_t processID, void *opaque )

Fired when a new process needs to be injected for audio cancellation.

Passed to ParsecHostStart.

Parameters

NameDescription
processIDThe process ID to hook.
opaqueThe opaque pointer given to ParsecHostStart.