Click or drag to resize

IVideoCatalogServiceGetRandomVideoFileEntries Method

Return x random videos. Obs The returned entries are not complete, they do not have SHA or IV.

Namespace: VideoCatalogService
Assembly: VideoCatalogService (in VideoCatalogService.dll) Version: 9.0.9002.25764 (9.0.0.0)
Syntax
C#
Dictionary<long, VideoFileEntry> GetRandomVideoFileEntries(
	int max_nof_items
)

Parameters

max_nof_items  Int32
How many random videos to we want

Return Value

DictionaryInt64, VideoFileEntry
Dictionary mapping a video id to a VideoFileEntry
See Also