Reference Manual - 1.0.0-rc1
IFusionSoundPlayback   GetStatus

Get the current playback status.

GetStatus (
  IFusionSoundPlayback   * thiz,
  DFBBoolean   * running,
  int   * position
);

This method can be used to check if the playback is running.

It also returns the current playback position or the position where Continue() would start to play.