Firelight Technologies FMOD Studio API

FMOD_OUTPUT_STATE

Output plugin structure that is passed into each callback.

Structure

typedef struct {
  void *plugindata;
  FMOD_OUTPUT_READFROMMIXER readfrommixer;
} FMOD_OUTPUT_STATE;

Members

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.

Remarks

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.

See Also




Version 1.03.06 Built on Apr 17, 2014