toVideoList

open fun toVideoList(entityList: List<OfflineVideo>): List<Video>

Converts the given list of OfflineVideo objects into a list of Video objects.

Return

the converted list.

Parameters

entityList

the list to be converted.