MusicCacheInfo

Describes information about cached music resources.

struct MusicCacheInfo {
    int64_t songCode;
    MUSIC_CACHE_STATUS_TYPE status;
};

Properties

songCode
ID of the music resource, used to identify the resource.
status
Cache status of the music resource. See MUSIC_CACHE_STATUS_TYPE.