TrackSession

Stores the ID and length of a tracksession.

Synopsis:

#include <qplayer/types.h>

class TrackSession {

public:
    uint64_t id;
    int length;
};

Data:

uint64_t id
Tracksession ID.
int length
Number of tracks within the tracksession.

Library:

libqplayer

Description:

Stores the ID and length of a tracksession.