|
Defines |
#define | TP_THREAD_NONE 0x0000 |
#define | TP_THREAD_LOOKUPTRM 0x0001 |
#define | TP_THREAD_LOOKUPFILE 0x0002 |
#define | TP_THREAD_WRITE 0x0004 |
#define | TP_THREAD_ALL 0xFFFF |
Enumerations |
enum | TPError {
tpOk,
tpTooManyTRMs,
tpNoUserInfo,
tpLookupError,
tpSubmitError,
tpInvalidIndex,
tpInvalidObject,
tpErrorLast
} |
enum | TPCallbackEnum {
tpFileAdded,
tpFileChanged,
tpFileRemoved,
tpWriteTagsComplete,
tpCallbackLast
} |
enum | TPFileStatus {
eUnrecognized = 0,
eRecognized = 1,
ePending = 2,
eTRMLookup = 3,
eTRMCollision = 4,
eFileLookup = 5,
eUserSelection = 6,
eVerified = 7,
eSaved = 8,
eDeleted = 9,
eError = 10,
eLastStatus = 11
} |
enum | TPResultType {
eNone,
eArtistList,
eAlbumList,
eTrackList,
eMatchedTrack
} |
enum | TPAlbumType {
eAlbumType_Album = 0,
eAlbumType_Single = 1,
eAlbumType_EP = 2,
eAlbumType_Compilation = 3,
eAlbumType_Soundtrack = 4,
eAlbumType_Spokenword = 5,
eAlbumType_Interview = 6,
eAlbumType_Audiobook = 7,
eAlbumType_Live = 8,
eAlbumType_Remix = 9,
eAlbumType_Other = 10,
eAlbumType_Error = 11
} |
enum | TPAlbumStatus { eAlbumStatus_Official,
eAlbumStatus_Promotion,
eAlbumStatus_Bootleg,
eAlbumStatus_Error
} |
enum | TPThreadPriorityEnum {
eIdle = 0,
eLowest = 1,
eLow = 2,
eNormal = 3,
eHigh = 4,
eHigher = 5,
eTimeCritical = 6
} |