MusicCacheInfo
Describes information about cached music resources.
public class MusicCacheInfo {
public long songCode;
public int status;
}
Properties
- songCode
- The identifier of the music resource, used to identify the music resource.
- status
- The cache status of the music resource:
MUSIC_CACHE_STATUS_TYPE_CACHED(0): The music resource is cached.MUSIC_CACHE_STATUS_TYPE_CACHING(1): The music resource is being cached.