TAP_Hdd_GetPlayInfo

Topfield Documentation

bool TAP_Hdd_GetPlayInfo(TYPE_PlayInfo *playInfo)

It gets the playback information.

  • playInfo : pointer to TYPE_PlayInfo where the playback information is saved.
  • return value : TRUE = Success, FALSE = Failure

Additional Documentation

TAP_Hdd_GetPlayInfo has a buffer overrun under certain circumstances related to the file being played back. The maximum overrun seen so far is less than 128 bytes.

libutils? contains a fixit module. Simply include tapapifix.h and calls TAP_Hdd_GetPlayInfo will be replaced with a version that pads playInfo with 128 bytes.