You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IMediaImporter provides a lot of methods to query a specific media importer implementation about its capabilities and state. But some of them are currently not used because it is rather expensive to call them every time:
IsSourceReady()
properly integrate IsImportReady() (may need caching)
get rid of CanUpdateMetadataOnSource()
combine CanUpdatePlaycountOnSource(), CanUpdateLastPlayedOnSource() and CanUpdateResumePositionOnSource() into CanUpdatePlaybackMetadataOnSource() and properly integrate it (may need caching)
The text was updated successfully, but these errors were encountered:
IMediaImporter
provides a lot of methods to query a specific media importer implementation about its capabilities and state. But some of them are currently not used because it is rather expensive to call them every time:IsSourceReady()
IsImportReady()
(may need caching)CanUpdateMetadataOnSource()
CanUpdatePlaycountOnSource()
,CanUpdateLastPlayedOnSource()
andCanUpdateResumePositionOnSource()
intoCanUpdatePlaybackMetadataOnSource()
and properly integrate it (may need caching)The text was updated successfully, but these errors were encountered: