CHAILink SDK
Version 1.3
|
typedef void(* NH_INPUT_CLOCKSETPOSITION)(CPHOBJECT const hInput, CPUINT32 const dwInputUserData, CPENDPOINT const *pSource, CPUINT32 const dwPosition, CPBOOLEAN const fImmediate) |
Called if the input receives a clock position.
[in] | hInput | Handle to the notified input. |
[in] | dwInputUserData | The user data associated to the input handle during its creation. |
[in] | pSource | Pointer to the clock generator source. |
[in] | dwPosition | New clock position |
[in] | fImmediate | TRUE if the position should be committed immediately |