fetch Locator
abstract fun fetchLocator(position: SyncMediaTimelinePositionData, onSuccess: (SimpleLocatorData) -> Unit, onError: (ColibrioException) -> Unit)
Find the locator that most closely corresponds to the timeline position.
abstract suspend fun fetchLocator(position: SyncMediaTimelinePositionData): ColibrioResult<SimpleLocatorData>
Find the locator that most closely corresponds to the timeline position.
Return
Either ColibrioResult.Success with the result SimpleLocatorData when successful, or ColibrioResult.Error containing the error.