getThumbnailUrl

open fun getThumbnailUrl(positionMs: Long): String?

Provides, if available, the URL to video stream preview image file. The client uses this URL to load the video stream preview image that can be shown to the user when seeking (VOD content only).

Return

The URL to video stream preview image file or null if the URL is not available.

Parameters

positionMs

The video stream position (in milliseconds).