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