Click or drag to resize

IVideoCatalogServiceGetThumbnailsForVideo Method

Get a list of all thumbnails for a given video.

Namespace: VideoCatalogService
Assembly: VideoCatalogService (in VideoCatalogService.dll) Version: 9.0.9002.25764 (9.0.0.0)
Syntax
C#
Dictionary<long, ThumbnailEntry> GetThumbnailsForVideo(
	long video_file_id,
	bool include_image_data
)

Parameters

video_file_id  Int64
Video id
include_image_data  Boolean
true to include thumbnail image data with the query

Return Value

DictionaryInt64, ThumbnailEntry
Dictionary mapping video id to thumbnail ids
See Also