TAP_Hdd_StopTs

Topfield Documentation

int TAP_Hdd_StopTs();

It stops the playback. return value : 0 : Success, other value : ERROR

Additional Documentation

Note that if this is called too soon after calling TAP_Hdd_PlayTs(), this can cause a crash. Leave a few seconds between these calls if you need to do this.

TAP_Hdd_StopTs() may crash the Toppy at any time. This is due to a bug in the firmware, which fails to output the "Playback stopped" window. Workaround: leave normal mode via TAP_ExitNormal() prior to calling TAP_Hdd_StopTs().