fetchLocator

abstract fun fetchLocator(position: SyncMediaTimelinePositionData, onSuccess: (SimpleLocatorData) -> Unit, onError: (ColibrioException) -> Unit)

Find the locator that most closely corresponds to the timeline position.


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.