saveOfflineVideo

abstract fun <T : IdentifiableEntity?> saveOfflineVideo(video: Video): T

Updates the entity with given unique video identifier to save the video metadata object, while retaining the previously saved license information.

Return

reference to the updated entity.

Parameters

video

the video to be saved.

See also