Firelight Technologies FMOD Studio API
Output plugin structure that is passed into each callback.
typedef struct {
void *plugindata;
FMOD_OUTPUT_READFROMMIXER readfrommixer;
} FMOD_OUTPUT_STATE;
plugindata
[in] Plugin writer created data the output author wants to attach to this object.
readfrommixer
[out] Function to update mixer and write the result to the provided pointer. Used from callback based output only. Polling based output uses lock/unlock/getposition.
Members marked with [in] mean the variable can be written to. The user can set the value.
Members marked with [out] mean the variable is modified by FMOD and is for reading purposes only. Do not change this value.
Version 1.03.06 Built on Apr 17, 2014