destroyTrackSession()

Destroy a tracksession.

Synopsis:

#include <qplayer/qplayer.h>

int destroyTrackSession( uint64_t tsid );

Arguments:

tsid
The ID of the tracksession to destroy.

Description:

Destroy a tracksession.

Returns:

Returns 0 when the tracksession was destroyed successfully, -1 if there was an error.