CHAILink SDK
Version 1.3
|
typedef void(* NH_OUTPUT_FLOWCONTROL)(CPHOBJECT const hOutput, CPUINT32 const dwOutputUserData, CPBOOLEAN const fReady) |
Called on flow control status update.
[in] | hOutput | Handle to the notified output. |
[in] | dwOutputUserData | The user data associated to the output handle during its creation. |
[in] | fReady | TRUE if all destinations are ready to receive. |